From 099ec8454684f7a17d8de595efcd0833176a55dc Mon Sep 17 00:00:00 2001 From: "Mike P. Sinn" <2808553+mikepsinn@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:17:55 -0600 Subject: [PATCH] Fixed editUrl in Docusauraus so Edit button works --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 720c2b0c..e2c89e35 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -44,7 +44,7 @@ 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/irgolic/AutoPR/tree/main/website/', }, blog: false, // blog: {