From 3c8cf7bbfe2143b50e0a02703aec843acac82bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Thu, 7 Mar 2024 09:38:56 -0800 Subject: [PATCH] Fix edit URL --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5235bb5..430e146 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -64,7 +64,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/onflow/cadence-lang.org', + 'https://github.com/onflow/cadence-lang.org/tree/main', }, //TODO