From 4c1ef33faa280f2196efccc58591950abf436f81 Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 2 Dec 2021 00:40:41 +0100 Subject: [PATCH] Add redirects for old branch names --- redirect.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redirect.json b/redirect.json index 8538979b..48aef68a 100644 --- a/redirect.json +++ b/redirect.json @@ -1,3 +1,6 @@ { - "index": ":DEFAULT_BRANCH:" + "index": ":DEFAULT_BRANCH:", + "3.0": "v3", + "2.1": "v2", + "1.1": "v1" }