add redirects

This commit is contained in:
Jeff Escalante 2020-04-09 19:04:48 -04:00
parent 8536881aa8
commit a69778d939
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
1 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,6 @@
/docs/commands/acl/acl-translate-rules /docs/commands/acl/translate-rules.html 301!
# Consul Learn Redirects
/docs/guides/acl.html https://learn.hashicorp.com/consul/security-networking/production-acls 301!
/docs/guides/acl https://learn.hashicorp.com/consul/security-networking/production-acls 301!
/docs/guides/agent-encryption.html https://learn.hashicorp.com/consul/security-networking/agent-encryption 301!
@ -108,6 +107,10 @@
# Replatforming Redirects
/api/* /api-docs/:splat 200
/guides /docs/guides 301!
/guides/index.html /docs/guides 301!
/api-docs/index /api-docs 301!
/api/acl.html /api-docs/acl 301!
/api/acl/acl.html /api-docs/acl 301!
/api/acl/acl /api-docs/acl 301!