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
|
@ -6,4 +6,11 @@
|
|||
- proto
|
||||
- web
|
||||
- dart
|
||||
- community
|
||||
- community
|
||||
- node
|
||||
- swift
|
||||
- php
|
||||
- java-api-checker
|
||||
- docker-library
|
||||
- experiments
|
||||
- haskell
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{- $redirects := site.Data.redirects -}}
|
||||
{{- range $redirects }}
|
||||
/grpc-{{ . }} https://github.com/grpc/grpc-{{ . }}
|
||||
{{- end }}
|
||||
{{- range $redirects -}}
|
||||
/grpc-{{ . }}/* https://github.com/grpc/grpc-{{ . }}/:splat
|
||||
{{ end -}}
|
||||
|
|
Loading…
Reference in New Issue