Skip to content

Commit

Permalink
Fix links in roadmaps (kamranahmedse#6270)
Browse files Browse the repository at this point in the history
  • Loading branch information
fellalli authored Jul 29, 2024
1 parent dcb8df9 commit 1019add
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/data/roadmaps/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@
"selected": false,
"data": {
"label": "Frontend",
"href": "https://roadm.sh/frontend",
"href": "https://roadmap.sh/frontend",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
Expand Down Expand Up @@ -1226,7 +1226,7 @@
"selected": false,
"data": {
"label": "React",
"href": "https://roadm.sh/react",
"href": "https://roadmap.sh/react",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
Expand Down Expand Up @@ -6422,7 +6422,7 @@
"selected": false,
"data": {
"label": "Vue.js",
"href": "https://roadm.sh/vue",
"href": "https://roadmap.sh/vue",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
Expand Down
4 changes: 2 additions & 2 deletions src/data/roadmaps/javascript/javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@
"selected": false,
"data": {
"label": "Frontend",
"href": "https://roadm.sh/frontend",
"href": "https://roadmap.sh/frontend",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
Expand Down Expand Up @@ -5890,7 +5890,7 @@
"selected": false,
"data": {
"label": "React",
"href": "https://roadm.sh/react",
"href": "https://roadmap.sh/react",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
Expand Down
6 changes: 3 additions & 3 deletions src/data/roadmaps/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@
"selected": false,
"data": {
"label": "Frontend",
"href": "https://roadm.sh/frontend",
"href": "https://roadmap.sh/frontend",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
Expand Down Expand Up @@ -1087,7 +1087,7 @@
"selected": false,
"data": {
"label": "React",
"href": "https://roadm.sh/react",
"href": "https://roadmap.sh/react",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
Expand Down Expand Up @@ -1291,7 +1291,7 @@
"selected": false,
"data": {
"label": "Vue.js",
"href": "https://roadm.sh/vue",
"href": "https://roadmap.sh/vue",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/roadmaps/vue/vue.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"selected": false,
"data": {
"label": "Frontend Roadmap",
"href": "https://roadm.sh/frontend",
"href": "https://roadmap.sh/frontend",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
Expand Down

0 comments on commit 1019add

Please sign in to comment.