From 0c11c84b7d9815b0eb19decb14200365f306af95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gerg=C5=91=20Radeczki?= <g.radeczki@gmail.com>
Date: Mon, 5 Jul 2021 20:19:09 +0200
Subject: [PATCH] updated link of Roadmap to new domain

---
 public/.htaccess     | 2 +-
 src/data/navbar.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/.htaccess b/public/.htaccess
index 0be4624..2c66624 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 ba9b2aa..23d5419 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" }
 	]
 }
-- 
GitLab