From eb9eeefc63d1702629e2515b510fbf2efb8c076a Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Wed, 1 Feb 2023 20:27:31 +0530 Subject: [PATCH] fix: edit link in docs (#6182) --- dev-docs/docusaurus.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/docusaurus.config.js b/dev-docs/docusaurus.config.js index 1c69e6dc..e9d72f3d 100644 --- a/dev-docs/docusaurus.config.js +++ b/dev-docs/docusaurus.config.js @@ -30,7 +30,8 @@ const config = { docs: { sidebarPath: require.resolve("./sidebars.js"), // Please change this to your repo. - editUrl: "https://github.com/excalidraw/docs/tree/master/", + editUrl: + "https://github.com/excalidraw/excalidraw/tree/master/dev-docs/", }, theme: { customCss: [