From 392b013fa78b95a3ae7288df84048a3905f987cd Mon Sep 17 00:00:00 2001 From: subhadipbhowmik Date: Sat, 9 Dec 2023 02:17:04 +0530 Subject: [PATCH] fix: githublink update --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3e09b437c..a00d6e969 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -81,7 +81,7 @@ const config = { }, { to: "/blog", label: "Blog", position: "left" }, { - href: "https://github.com/facebook/docusaurus", + href: "https://github.com/subhadipbhowmik/30-Days-Of-CPP/", label: "GitHub", position: "right", }, @@ -125,7 +125,7 @@ const config = { }, { label: "GitHub", - href: "https://github.com/facebook/docusaurus", + href: "https://github.com/subhadipbhowmik/30-Days-Of-CPP/", }, ], },