From 6e7528182e52031cef887a50394a2b449590f18c Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 16 Jun 2023 12:56:26 -0700 Subject: [PATCH] Update Edit Link --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ce5d1602..b79c6678 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -42,7 +42,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://git.openprivacy.ca/cwtch.im/docs.cwtch.im/src/branch/main/', + 'https://git.openprivacy.ca/cwtch.im/docs.cwtch.im/src/branch/staging/', remarkPlugins: [math], rehypePlugins: [katex], },