mirror of https://github.com/grpc/grpc.io.git
Change structure of splat URLs
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
parent
dabbbdb3cf
commit
2782f091e4
|
|
@ -1,4 +1,4 @@
|
||||||
{{- $splatRedirects := site.Data.redirects.splat -}}
|
{{- $splatRedirects := site.Data.redirects.splat -}}
|
||||||
{{- range $splatRedirects -}}
|
{{- range $splatRedirects -}}
|
||||||
/grpc-{{ . }}/* https://github.com/grpc/grpc-{{ . }}/:splat
|
/grpc-{{ . }}/* https://grpc.github.io/grpc-{{ . }}/:splat
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue