Skip to content

Commit 138b750

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
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)