From b6358a78fa5797ac37e56772da7ce84cb47d70bc Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Fri, 13 Sep 2024 16:05:24 +0200 Subject: [PATCH] Fix wrong link to edit the documents. Issue: #57 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'),