From 2782f091e43622c5704489b17f68ac9c77e40b60 Mon Sep 17 00:00:00 2001 From: lucperkins Date: Mon, 22 Apr 2019 19:00:27 -0700 Subject: [PATCH] Change structure of splat URLs Signed-off-by: lucperkins --- layouts/index.redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.redirects b/layouts/index.redirects index bee5797..0fbb581 100644 --- a/layouts/index.redirects +++ b/layouts/index.redirects @@ -1,4 +1,4 @@ {{- $splatRedirects := site.Data.redirects.splat -}} {{- range $splatRedirects -}} -/grpc-{{ . }}/* https://github.com/grpc/grpc-{{ . }}/:splat +/grpc-{{ . }}/* https://grpc.github.io/grpc-{{ . }}/:splat {{ end -}}