Change structure of splat URLs

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
lucperkins 2019-04-22 19:00:27 -07:00
parent dabbbdb3cf
commit 2782f091e4
1 changed files with 1 additions and 1 deletions

View File

@ -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 -}}