round 2
This commit is contained in:
parent
6562b1cd47
commit
feca125e96
|
@ -89,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!
|
||||
|
@ -329,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!
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue