Merge pull request #8689 from hashicorp/je.fix-redirects

Broken link fixes
This commit is contained in:
Jeff Escalante 2020-09-15 13:08:31 -04:00 committed by GitHub
commit f7073e21f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 16 deletions

View File

@ -60,7 +60,6 @@
/docs/k8s/operations/upgrading /docs/k8s/upgrade 301!
/docs/k8s/operations/uninstalling /docs/k8s/uninstall 301!
/docs/k8s/operations/tls-on-existing-cluster /docs/k8s/tls-on-existing-cluster 301!
/docs/k8s/helm /docs/k8s/installation/helm 301!
/docs/agent/services /docs/discovery/services 301!
/docs/agent/checks /docs/discovery/checks 301!
/docs/agent/dns /docs/discovery/dns 301!
@ -90,6 +89,7 @@
/intro/vs/proxies /docs/intro/vs/proxies 301!
/intro/vs/custom /docs/intro/vs/custom 301!
/download-tools /docs/download-tools 301!
/downloads_tools /docs/download-tools 301!
/docs/k8s/ambassador /docs/k8s/connect/ambassador 301!
/docs/k8s/installation/overview /docs/k8s/installation/install 301!
/docs/partnerships /docs/integrate/partnerships 301!
@ -330,8 +330,8 @@
/docs/connect/platform/nomad.html /docs/connect/nomad 301!
/docs/connect/platform/nomad /docs/connect/nomad 301!
/docs/platform/k8s/run.html /docs/k8s/installation 301!
/docs/platform/k8s/run /docs/k8s/installation 301!
/docs/platform/k8s/run.html /docs/k8s/installation/install 301!
/docs/platform/k8s/run /docs/k8s/installation/install 301!
/docs/platform/k8s/consul-enterprise.html /docs/k8s/installation/deployment-configurations/consul-enterprise 301!
/docs/platform/k8s/consul-enterprise /docs/k8s/installation/deployment-configurations/consul-enterprise 301!
/docs/platform/k8s/clients-outside-kubernetes.html /docs/k8s/installation/deployment-configurations/clients-outside-kubernetes 301!

View File

@ -28,7 +28,7 @@ export default function CommunityPage() {
{
header: 'Community Tools',
body:
'[Download Community Tools](/downloads_tools). Please check out some of the awesome Consul tooling our amazing community has helped build.',
'[Download Community Tools](/docs/download-tools). Please check out some of the awesome Consul tooling our amazing community has helped build.',
},
{
header: 'Training',

View File

@ -15,7 +15,7 @@ Installing Consul is simple. There are three approaches to installing Consul:
1. Installing [from source](#compiling-from-source)
1. Installing [on Kubernetes](/docs/platform/k8s/run)
1. Installing [on Kubernetes](/docs/k8s/installation/install)
Downloading a precompiled binary is easiest, and we provide downloads over TLS
along with SHA256 sums to verify the binary. We also distribute a PGP signature

View File

@ -285,7 +285,7 @@ server:
name of your primary datacenter running on VMs and with the IPs of your mesh
gateways running on VMs.
With your config file ready to go, follow our [Installation Guide](/docs/k8s/installation)
With your config file ready to go, follow our [Installation Guide](/docs/k8s/installation/install)
to install Consul on your secondary cluster(s).
## Next Steps

View File

@ -14,7 +14,7 @@ the Helm chart which will ensure a compatible version of the Consul Kubernetes b
## Supported Versions
| Consul Version | Compatible Consul Helm Versions |
| ------------------- | -------------------------------- |
| -------------- | ------------------------------- |
| 1.8.x | 0.22.0 - 0.24.1 |
| 1.7.x | 0.17.0 - 0.21.0 |
| 1.6.x | 0.10.0 - 0.16.2 |

View File

@ -845,7 +845,7 @@ this:
This automatic upgrade will only exist in Consul 0.5.1+ and it will
be removed starting with Consul 0.6.0+. It will still be possible to upgrade directly
from pre-0.5.1 versions by using the consul-migrate utility, which is available on the
[Consul Tools page](/downloads_tools).
[Consul Tools page](/docs/download-tools).
## Consul 0.5

View File

@ -58,7 +58,8 @@ export default function MultiPlatformServiceMeshPage() {
links: [
{
text: 'Learn More',
url: 'https://learn.hashicorp.com/tutorials/consul/service-mesh-features',
url:
'https://learn.hashicorp.com/tutorials/consul/service-mesh-features',
type: 'outbound',
},
],
@ -90,7 +91,7 @@ Splits = [
links: [
{
text: 'Learn More',
url: '/docs/platform/k8s/run',
url: '/docs/k8s/installation/install',
type: 'inbound',
},
],