From d1314c502af0695c9322e5706a75cc2d36238fc8 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Tue, 30 Jul 2019 20:23:37 +0200
Subject: [PATCH] updated roadmap URLs

---
 src/main/resources/languages/_de.properties | 2 +-
 src/main/resources/languages/_en.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/languages/_de.properties b/src/main/resources/languages/_de.properties
index 5acea3b11..2db502a6a 100644
--- a/src/main/resources/languages/_de.properties
+++ b/src/main/resources/languages/_de.properties
@@ -3,7 +3,7 @@ locale=de
 # DEFAULT
 credits=Verwendete Schriftarten: Roboto<br>Verwendete Bibliotheken:<br>spring-boot-starter-parent 1.5.13<br>spring-boot-devtools 1.5.13<br>spring-boot-starter-web 1.5.13<br>spring-boot-starter-test 1.5.13<br>spring-boot-starter-data-jpa 1.5.13<br>spring-boot-starter-security 1.5.13<br>h2 1.4.197<br>joda-time 2.9.9<br>usertype.core 5.0.0.GA<br>maven-surefire-plugin 2.12<br>launch4j-maven-plugin 1.7.21<br>gson 2.8.1<br>jquery 3.3.1<br>materialize 1.0.0<br>fontawesome 5.0.10<br>Google Material Icons<br>Spectrum Colorpicker 1.8.0<br>SortableJS 1.8.1<br>jlibs 2.0.4
 folder=Deadlocker/BudgetMaster
-roadmap.url=https://roadmaps.thecodelabs.de/php/index.php?id=1
+roadmap.url=https://roadmaps.thecodelabs.de/roadmap/1
 github.url=https://github.com/deadlocker8/BudgetMaster
 
 # ERRORPAGES
diff --git a/src/main/resources/languages/_en.properties b/src/main/resources/languages/_en.properties
index 9ae4d8da9..784b062fd 100644
--- a/src/main/resources/languages/_en.properties
+++ b/src/main/resources/languages/_en.properties
@@ -3,7 +3,7 @@ locale=en
 # DEFAULT
 credits=Fonts used: Roboto<br>Libraries used:<br>spring-boot-starter-parent 1.5.13<br>spring-boot-devtools 1.5.13<br>spring-boot-starter-web 1.5.13<br>spring-boot-starter-test 1.5.13<br>spring-boot-starter-data-jpa 1.5.13<br>spring-boot-starter-security 1.5.13<br>h2 1.4.197<br>joda-time 2.9.9<br>usertype.core 5.0.0.GA<br>maven-surefire-plugin 2.12<br>launch4j-maven-plugin 1.7.21<br>gson 2.8.1<br>jquery 3.3.1<br>materialize 1.0.0<br>fontawesome 5.0.10<br>Google Material Icons<br>Spectrum Colorpicker 1.8.0<br>SortableJS 1.8.1<br>jlibs 2.0.4
 folder=Deadlocker/BudgetMaster
-roadmap.url=https://roadmaps.thecodelabs.de/php/index.php?id=2
+roadmap.url=https://roadmaps.thecodelabs.de/roadmap/2
 github.url=https://github.com/deadlocker8/BudgetMaster
 
 # ERRORPAGES
-- 
GitLab