From bea4042125ff8547e10a43589b943ffa4751407a Mon Sep 17 00:00:00 2001 From: "Mike P. Sinn" Date: Thu, 8 Dec 2022 01:08:05 -0600 Subject: [PATCH] Updated editUrl so "Edit this page" links don't 404 --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bd5a65b..3a44649 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -54,7 +54,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. remarkPlugins: [require("mdx-mermaid")], - editUrl: "https://github.com/Network-Goods/hypercerts-docs", + editUrl: "https://github.com/Network-Goods/hypercerts-docs/edit/main", }, theme: { customCss: require.resolve("./src/css/custom.css"),