Skip to content

Commit d1ef943

Browse files
committed
website: trailing slash in sidebars-tools
1 parent 292ab5a commit d1ef943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/sidebars-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function itemsOf(tools) {
1818
return {
1919
type: 'link',
2020
label: tool.appName,
21-
href: 'https://xpack-dev-tools.github.io/' + tool.appLcName + '-xpack',
21+
href: 'https://xpack-dev-tools.github.io/' + tool.appLcName + '-xpack/',
2222
}
2323
})
2424
}

0 commit comments

Comments
 (0)