From bdc2f43c0059657bb49832b66b8abff02689c836 Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Tue, 25 Oct 2022 02:29:28 +0900 Subject: [PATCH] fix: update German News and forum links (#48166) * fix: update German News and forum links * fix: update German backend development help link --- client/i18n/locales/german/links.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/i18n/locales/german/links.json b/client/i18n/locales/german/links.json index 336f3ebedfe..14ff31bc32f 100644 --- a/client/i18n/locales/german/links.json +++ b/client/i18n/locales/german/links.json @@ -19,13 +19,13 @@ "one-time-url": "https://paypal.me/freecodecamp" }, "nav": { - "forum": "https://forum.freecodecamp.org/c/german/", - "news": "https://freecodecamp.org/news/" + "forum": "https://forum.freecodecamp.org/c/german/577", + "news": "https://freecodecamp.org/german/news/" }, "help": { "HTML-CSS": "German/HTML-CSS", "JavaScript": "German/JavaScript", "Python": "German/Python", - "Backend Development": "German/Backend-Development" + "Backend Development": "German/programming-help" } }