From bfd32a46afb8f4b325f25c2d856c64e46db36368 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 8 Nov 2022 13:25:14 +1100 Subject: [PATCH] Update GitHub URL --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index a605ea0..3524222 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -38,7 +38,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/waku-org/waku.guide/tree/staging/", }, theme: { customCss: require.resolve("./src/css/custom.css"),