diff --git a/apps/documentation/docusaurus.config.js b/apps/documentation/docusaurus.config.js index 2a8fa0673..f4854401a 100644 --- a/apps/documentation/docusaurus.config.js +++ b/apps/documentation/docusaurus.config.js @@ -25,7 +25,7 @@ const config = { docs: { sidebarPath: require.resolve('./sidebars.js'), // Remove this to remove the "edit this page" links. - editUrl: 'https://github.com/gothinkster/realworld/tree/main/docs/docs/', + editUrl: 'https://github.com/gothinkster/realworld/blob/main/apps/documentation/docs/', }, blog: { showReadingTime: true,