diff --git a/public/.htaccess b/public/.htaccess index 0be46244afda6b9de9fc0b601a1d7c1f4741a04d..2c66624c08d2c120ab886a19cb52a4c610960afe 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -540,4 +540,4 @@ Redirect /tisztujitas https://drive.google.com/drive/u/1/folders/1hzTgwSoS6O4gCa Redirect /pottisztujitas https://drive.google.com/drive/u/1/folders/1mY6Qj4PS1yLQX5Pe2kp6BO8_YcoJGDou -Redirect /roadmap https://roadmap.sch.bme.hu +Redirect /roadmap https://roadmap.schdesign.hu diff --git a/src/data/navbar.json b/src/data/navbar.json index ba9b2aab0c73a6a5dbc20373dcb1b65db8a9571f..23d54193a57767490b08f2349a0629eaacb887e1 100644 --- a/src/data/navbar.json +++ b/src/data/navbar.json @@ -4,6 +4,6 @@ { "href": "/munkaink", "label": "Munkáink" }, { "href": "/csapatunk", "label": "Csapatunk" }, { "href": "https://logotar.schdesign.hu", "label": "Logótár" }, - { "href": "https://roadmap.sch.bme.hu", "label": "Roadmap" } + { "href": "https://roadmap.schdesign.hu", "label": "Roadmap" } ] }