Skip to content

Commit 138b750

Browse files
authored
Fix: Edit Link (#725)
1 parent 76ec78e commit 138b750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async function createConfig() {
112112
routeBasePath: '/',
113113
sidebarPath: require.resolve('./sidebars.js'),
114114
editUrl: ({versionDocsDirPath, docPath, locale}) => {
115-
return `https://github.com/cloudposse/docs/edit/master/content/docs/${docPath}`;
115+
return `https://github.com/cloudposse/docs/edit/master/docs/${docPath}`;
116116
},
117117
exclude: ['README.md'],
118118
showLastUpdateTime: true,

0 commit comments

Comments
 (0)