Commit ef7aafde authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix-agent-install-page-paths' into 'master'

Fix agent install page paths

See merge request gitlab-org/gitlab!74120
parents ef0aeb23 6932f814
...@@ -55,12 +55,12 @@ export default { ...@@ -55,12 +55,12 @@ export default {
return generateAgentRegistrationCommand(this.agentToken, this.kasAddress); return generateAgentRegistrationCommand(this.agentToken, this.kasAddress);
}, },
basicInstallPath() { basicInstallPath() {
return helpPagePath('user/clusters/agent/index', { return helpPagePath('user/clusters/agent/install/index', {
anchor: 'install-the-agent-into-the-cluster', anchor: 'install-the-agent-into-the-cluster',
}); });
}, },
advancedInstallPath() { advancedInstallPath() {
return helpPagePath('user/clusters/agent/index', { anchor: 'advanced-installation' }); return helpPagePath('user/clusters/agent/install/index', { anchor: 'advanced-installation' });
}, },
}, },
methods: { methods: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment