From 4ba00bd7aec31c398e2372d66fc98ac9599e8f4e Mon Sep 17 00:00:00 2001 From: Nishaa1304 Date: Wed, 11 Jun 2025 11:59:48 +0530 Subject: [PATCH] Fix outdated repository links in JavaScript section (#1639) --- data.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data.json b/data.json index e561cf2..c3d1458 100644 --- a/data.json +++ b/data.json @@ -664,7 +664,7 @@ }, { "name": "Next.js", - "link": "https://github.com/zeit/next.js", + "link": "https://github.com/vercel/next.js", "label": "good first issue", "technologies": [ "JavaScript" @@ -808,7 +808,7 @@ }, { "name": "material-ui", - "link": "https://github.com/mui-org/material-ui", + "link": "https://github.com/mui/material-ui", "label": "good first issue", "technologies": [ "JavaScript" @@ -916,7 +916,7 @@ }, { "name": "reactjs.org", - "link": "https://github.com/reactjs/reactjs.org", + "link": "https://github.com/reactjs/react.dev", "label": "good first issue", "technologies": [ "JavaScript" @@ -979,7 +979,7 @@ }, { "name": "Vue Router", - "link": "https://github.com/vuejs/vue-router", + "link": "https://github.com/vuejs/router", "label": "good first issue", "technologies": [ "JavaScript"