From 499a282bab1236e932f46e98671f84044929cb75 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Tue, 3 Oct 2023 13:39:56 -0400 Subject: [PATCH] ci: update redirect --- src/routes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes.json b/src/routes.json index 6747463..3e4e761 100755 --- a/src/routes.json +++ b/src/routes.json @@ -7,7 +7,7 @@ { "pattern": "^/junior/about\\.html", "name": "about-redirect", - "redirect": "/about" + "redirect": "/junior/about" }, { "pattern": "^/junior/about(/.+)*/?", @@ -17,7 +17,7 @@ { "pattern": "^/junior/learn\\.html", "name": "learn-redirect", - "redirect": "/learn" + "redirect": "/junior/learn" }, { "pattern": "^/junior/learn(/.+)*/?",