From 156d87e7b428925d23275275a3c108568baf6110 Mon Sep 17 00:00:00 2001 From: subhadipbhowmik Date: Sun, 10 Dec 2023 01:49:15 +0530 Subject: [PATCH] update: change editUrl --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 452100606..b4911c65a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -45,7 +45,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - "https://github.com/subhadipbhowmik/30-Days-Of-CPP/tree/main/docs/", + "https://github.com/subhadipbhowmik/30-Days-Of-CPP/tree/main/", }, blog: { showReadingTime: true,