From dbca98be32f5c3bddb30aa047f2babb11fb0f242 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Thu, 5 Nov 2020 11:29:11 +0800 Subject: [PATCH] fix: correct editUrl Signed-off-by: Yue Yang --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 55839f25cfece..48ecdcfe4270b 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'),