Skip to content

Commit

Permalink
update CONSOLE_URL doc link
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <[email protected]>
(cherry picked from commit dbacb68)
  • Loading branch information
a110605 committed Oct 21, 2024
1 parent 4113591 commit 4ad9d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/harvester/config/doc-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import semver from 'semver';
const docVersion = `v${ semver.major(version) }.${ semver.minor(version) }`;

export const DOC_LINKS = {
CONSOLE_URL: `https://docs.harvesterhci.io/${ docVersion }/host/`,
CONSOLE_URL: `https://docs.harvesterhci.io/${ docVersion }/host/#remote-console`,
RANCHER_INTEGRATION_URL: `https://docs.harvesterhci.io/${ docVersion }/rancher/rancher-integration`,
STORAGE_NETWORK_EXAMPLE: `https://docs.harvesterhci.io/${ docVersion }/advanced/storagenetwork#configuration-example`,
KSMTUNED_MODE: `https://docs.harvesterhci.io/${ docVersion }/host/#ksmtuned-mode`,
Expand Down

0 comments on commit 4ad9d4a

Please sign in to comment.