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.
pull/6250/head
nufuk 7 months ago committed by GitHub
parent c186289cde
commit 7dd8dfc70f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      src/data/roadmaps/blockchain/blockchain.json

@ -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
} }
] ]
} }

Loading…
Cancel
Save