diff --git a/docusaurus.config.js b/docusaurus.config.js index 55839f2..48ecdcf 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -113,12 +113,12 @@ module.exports = { docs: { sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. - editUrl: 'https://github.com/chaos-mesh/chaos-mesh/edit/master/website/', + editUrl: 'https://github.com/chaos-mesh/website/edit/master/', }, blog: { showReadingTime: true, // Please change this to your repo. - editUrl: 'https://github.com/chaos-mesh/chaos-mesh/edit/master/website/', + editUrl: 'https://github.com/chaos-mesh/website/edit/master/', }, theme: { customCss: require.resolve('./src/styles/custom.css'),