From e7fb12337d67cc2e653e60ddcd700eeb2ded2138 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Thu, 20 Nov 2025 22:23:14 -0500 Subject: [PATCH] Update editUrl in docusaurus.config.js Fixes the "edit this page" link on https://docs.donetick.com/ --- docusaurus.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 31e9c05..947648d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -48,8 +48,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/donetick/docs', + editUrl: 'https://github.com/donetick/docs/edit/main/', }, blog: false, // blog: {