mirror of https://github.com/grpc/grpc.io.git
Use splat redirects
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
parent
c664da7b05
commit
7a573575d1
|
@ -7,3 +7,10 @@
|
||||||
- web
|
- web
|
||||||
- dart
|
- dart
|
||||||
- community
|
- community
|
||||||
|
- node
|
||||||
|
- swift
|
||||||
|
- php
|
||||||
|
- java-api-checker
|
||||||
|
- docker-library
|
||||||
|
- experiments
|
||||||
|
- haskell
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{{- $redirects := site.Data.redirects -}}
|
{{- $redirects := site.Data.redirects -}}
|
||||||
{{- range $redirects }}
|
{{- range $redirects -}}
|
||||||
/grpc-{{ . }} https://github.com/grpc/grpc-{{ . }}
|
/grpc-{{ . }}/* https://github.com/grpc/grpc-{{ . }}/:splat
|
||||||
{{- end }}
|
{{ end -}}
|
||||||
|
|
Loading…
Reference in New Issue