From 126c94c3c69c22fe31d7689c505c4a839af81c7a Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 1 Dec 2024 22:54:54 -0600 Subject: [PATCH] Fix edit page link --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f9e066f..650a2ed 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -28,7 +28,7 @@ const config: Config = { docs: { sidebarPath: './sidebars.ts', editUrl: - 'https://github.com/plexusorg/Website/tree/master', + 'https://github.com/plexusorg/Website/tree/new', }, theme: { customCss: './src/css/custom.css',