From 5ed99de92e2fd5d3b1d24cf603816657da4cf9ba Mon Sep 17 00:00:00 2001 From: lucperkins Date: Wed, 1 May 2019 09:21:21 -0700 Subject: [PATCH] Add /release URL rewrite Signed-off-by: lucperkins --- layouts/index.redirects | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/index.redirects b/layouts/index.redirects index e0f5e62..4da0960 100644 --- a/layouts/index.redirects +++ b/layouts/index.redirects @@ -3,3 +3,4 @@ /grpc-{{ . }}/* https://grpc.github.io/grpc-{{ . }}/:splat {{ end -}} /grpc/* https://grpc.github.io/grpc/:splat +/release https://grpc.github.io/release 200