From 39c7ef7c3549d0a2998218d5ca8d298f52403b8f Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Mon, 31 Jan 2022 23:57:55 -0600 Subject: [PATCH] Update link to the docs --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3a8c169..3abe9fb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -24,7 +24,7 @@ const config = { docs: { sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. - editUrl: 'https://github.com/PlexDevelopment/docs', + editUrl: 'https://github.com/PlexDevelopment/docs/tree/master', }, theme: { customCss: require.resolve('./src/css/custom.css'),