Skip to content

Commit 49baead

Browse files
fix add hosts link
1 parent 339b07b commit 49baead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/infra/hosts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default {
6464
api: 'addHost',
6565
icon: 'plus-outlined',
6666
label: 'label.add.host',
67-
docHelp: 'adminguide/installguide/configuration.html#adding-a-host',
67+
docHelp: 'installguide/configuration.html#adding-a-host',
6868
listView: true,
6969
popup: true,
7070
component: shallowRef(defineAsyncComponent(() => import('@/views/infra/HostAdd.vue')))

0 commit comments

Comments
 (0)