mirror of https://github.com/hashicorp/consul
website: Fix circular redirect with TLS on existing cluster
Fix an issue where /docs/k8s/operations/tls-on-existing-cluster would never load when navigating directly to the URL because of a circular redirect.pull/10698/head
parent
c469c701fe
commit
2e044acd90
|
@ -178,11 +178,6 @@ module.exports = [
|
|||
destination: '/docs/k8s/uninstall',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/k8s/operations/tls-on-existing-cluster',
|
||||
destination: '/docs/k8s/tls-on-existing-cluster',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/agent/services',
|
||||
destination: '/docs/discovery/services',
|
||||
|
|
Loading…
Reference in New Issue