Add redirect for a moved file to prevent user 404s (#4234)

* Add redirect for a moved file to prevent user 404s

* try removing the /docs/ prefix
This commit is contained in:
RichieEscarez 2021-09-16 05:08:39 -07:00 committed by GitHub
parent 4440233192
commit a601b8ccce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
plugins:
redirects:
redirect_maps:
serving/spec/knative-api-specification-1.0.md: https://github.com/knative/specs/blob/main/specs/serving/knative-api-specification-1.0.md
serving/feature-flags.md: admin/serving/feature-flags.md
serving/using-subroutes.md: developer/serving/traffic-management.md
serving/rolling-out-latest-revision.md: developer/serving/rolling-out-latest-revision.md