mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
Fix invalid links in blockchain roadmap (#6246)
Fixed broken links for "Visit the following relevant roadmaps". Backend redirected to javascript and Rust redirected to python.
This commit is contained in:
@@ -5463,7 +5463,7 @@
|
|||||||
"selected": false,
|
"selected": false,
|
||||||
"data": {
|
"data": {
|
||||||
"label": "Rust",
|
"label": "Rust",
|
||||||
"href": "https://roadmap.sh/python",
|
"href": "https://roadmap.sh/rust",
|
||||||
"color": "#FFFFFf",
|
"color": "#FFFFFf",
|
||||||
"backgroundColor": "#4136D4",
|
"backgroundColor": "#4136D4",
|
||||||
"style": {
|
"style": {
|
||||||
@@ -5498,7 +5498,7 @@
|
|||||||
"selected": false,
|
"selected": false,
|
||||||
"data": {
|
"data": {
|
||||||
"label": "Backend",
|
"label": "Backend",
|
||||||
"href": "https://roadmap.sh/javascript",
|
"href": "https://roadmap.sh/backend",
|
||||||
"color": "#FFFFFf",
|
"color": "#FFFFFf",
|
||||||
"backgroundColor": "#4136D4",
|
"backgroundColor": "#4136D4",
|
||||||
"style": {
|
"style": {
|
||||||
@@ -6631,4 +6631,4 @@
|
|||||||
"selectable": true
|
"selectable": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user