From 0d370a85fc903a393a502027ebe8d2d025d3042f Mon Sep 17 00:00:00 2001 From: Russell Trow Date: Mon, 25 Sep 2023 12:55:10 +0100 Subject: [PATCH] Update docusaurus.config.js Resolving issue #228 by amending the Docusaurus config editUrl property Signed-off-by: Russell Trow --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6aa6dd05..4d5e2978 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -35,7 +35,7 @@ const config = { routeBasePath: "/", // Change this to your repo. editUrl: - "https://github.com/Green-Software-Foundation/green-software-patterns/", + "https://github.com/Green-Software-Foundation/patterns/edit/main/", }, blog: false, theme: {