diff --git a/src/routes.json b/src/routes.json index 631714bee..8018f2993 100644 --- a/src/routes.json +++ b/src/routes.json @@ -157,6 +157,12 @@ "routeAlias": "/help", "redirect": "/tips" }, + { + "name": "info-redirect", + "pattern": "^/info/?$", + "routeAlias": "/info", + "redirect": "/tips" + }, { "name": "tips", "pattern": "^/tips/?(\\?.*)?$",