Skip to content

Commit 47c9a6d

Browse files
committed
Fix docs button link broken on non index pages
1 parent 6a88df9 commit 47c9a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const headerData = {
6161
],
6262
},
6363
],
64-
actions: [{ text: 'Documentation', href: 'docs/', target: '_blank' }],
64+
actions: [{ text: 'Documentation', href: '/docs/', target: '_blank' }],
6565
};
6666

6767
export const footerData = {

0 commit comments

Comments
 (0)