1
0
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:
nufuk
2024-07-26 23:02:13 +02:00
committed by GitHub
parent c186289cde
commit 7dd8dfc70f

View File

@@ -5463,7 +5463,7 @@
"selected": false,
"data": {
"label": "Rust",
"href": "https://roadmap.sh/python",
"href": "https://roadmap.sh/rust",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {
@@ -5498,7 +5498,7 @@
"selected": false,
"data": {
"label": "Backend",
"href": "https://roadmap.sh/javascript",
"href": "https://roadmap.sh/backend",
"color": "#FFFFFf",
"backgroundColor": "#4136D4",
"style": {