From d0fed36bfa4b7fd9d5a4be229757a2e9b7de24ba Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Tue, 9 Jan 2024 11:43:15 +0530 Subject: [PATCH] improve edit links --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 18dfc44..1036560 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -44,7 +44,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/InstallerLegacy/virtualhub.eu.org/tree/main/', + 'https://github.com/InstallerLegacy/virtualhub.eu.org/edit/main/', routeBasePath: '/', showLastUpdateAuthor: true, showLastUpdateTime: true, @@ -54,7 +54,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/InstallerLegacy/virtualhub.eu.org/tree/main/', + 'https://github.com/InstallerLegacy/virtualhub.eu.org/edit/main/', blogTitle: 'VirtualHub Blog', blogDescription: 'The VirtualHub Blog.', },