Skip to content

Commit 3dfb3be

Browse files
committed
fix: fix the url path to include branch
1 parent f42086a commit 3dfb3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const config: Config = {
3939
{
4040
docs: {
4141
sidebarPath: './sidebars.ts',
42-
editUrl: 'https://github.com/status-im/docs.status.network',
42+
editUrl: 'https://github.com/status-im/docs.status.network/tree/develop',
4343
routeBasePath: '/',
4444
showLastUpdateTime: true,
4545
},

0 commit comments

Comments
 (0)