From c92edc1ec419bd25bf0d405bfd1a4030c85db1d7 Mon Sep 17 00:00:00 2001
From: Yehia Rasheed <157399068+yehiarasheed@users.noreply.github.com>
Date: Sun, 6 Oct 2024 12:33:11 +0300
Subject: [PATCH] [fix] updated hyperlink for "Open a pull request!" on home
 page

---
 apps/website/src/pages/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/website/src/pages/index.js b/apps/website/src/pages/index.js
index ffa213be..2cbf97c7 100755
--- a/apps/website/src/pages/index.js
+++ b/apps/website/src/pages/index.js
@@ -745,7 +745,7 @@ function SuccessStoriesSection() {
         <p className="margin-vert--lg text--center">
           Would you like to contribute a success story?{' '}
           <a
-            href="https://github.com/yangshun/tech-interview-handbook/edit/master/website/src/data/successStories.js"
+            href="https://github.com/yangshun/tech-interview-handbook/edit/main/apps/website/src/data/successStories.js"
             rel="noopener"
             target="_blank">
             Open a Pull Request here