From 6feb5b2c366cbfb43899bd0985ecf1f520d8a285 Mon Sep 17 00:00:00 2001 From: Charles Moulliard Date: Fri, 13 Sep 2024 19:42:23 +0200 Subject: [PATCH] Fix wrong link to edit the documents. (#63) Signed-off-by: cmoulliard --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 8d1aafaf..32dd5aa3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -44,14 +44,14 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/cnoe-io/website/tree/main', }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/cnoe-io/website/tree/main', }, theme: { customCss: require.resolve('./src/css/custom.css'),