add redirects
This commit is contained in:
parent
8536881aa8
commit
a69778d939
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue