diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index f451053f..04342221 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -25,13 +25,13 @@ const config = { docs: { sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. - editUrl: 'https://github.com/gerardog/gsudo/tree/master/docs/docs/', + editUrl: 'https://github.com/gerardog/gsudo/tree/master/docs/', }, blog: { showReadingTime: true, // Please change this to your repo. editUrl: - 'https://github.com/gerardog/gsudo/tree/master/docs/blog/', + 'https://github.com/gerardog/gsudo/tree/master/docs/', }, theme: { customCss: require.resolve('./src/css/custom.css'),