From ed056701c43e87d9fd25b40d5c37eb4f750721a7 Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Wed, 28 Jun 2017 17:25:36 -0400 Subject: [PATCH] Add /info redirect --- src/routes.json | 6 ++++++ 1 file changed, 6 insertions(+) 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/?(\\?.*)?$",