Skip to content

Commit 4ac2833

Browse files
author
Stephen Hanson
authored
fix: docs link to GitHub (#1390)
1 parent 7b02f51 commit 4ac2833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const siteConfig = {
9595
docs: {
9696
sidebarPath: require.resolve('./sidebars.js'),
9797
// Please change this to your repo.
98-
editUrl: `${repoUrl}/blob/main`,
98+
editUrl: `${repoUrl}/blob/main/website`,
9999
sidebarCollapsible: false,
100100
},
101101
blog: {

0 commit comments

Comments
 (0)