From f6c522fb016cd253654e0235316b4f5ee5001bac Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Tue, 15 Sep 2020 12:01:47 -0400 Subject: [PATCH] round 2 --- website/_redirects | 5 +++-- website/pages/community/index.jsx | 2 +- website/pages/docs/install/index.mdx | 2 +- .../k8s/installation/multi-cluster/vms-and-kubernetes.mdx | 2 +- website/pages/docs/upgrading/upgrade-specific.mdx | 2 +- website/pages/use-cases/multi-platform-service-mesh.jsx | 5 +++-- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/website/_redirects b/website/_redirects index 3824b53971..7f51ebd5cc 100644 --- a/website/_redirects +++ b/website/_redirects @@ -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! diff --git a/website/pages/community/index.jsx b/website/pages/community/index.jsx index 729367fb22..93150ce75a 100644 --- a/website/pages/community/index.jsx +++ b/website/pages/community/index.jsx @@ -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', diff --git a/website/pages/docs/install/index.mdx b/website/pages/docs/install/index.mdx index 3846fe0304..2c6a61315c 100644 --- a/website/pages/docs/install/index.mdx +++ b/website/pages/docs/install/index.mdx @@ -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 diff --git a/website/pages/docs/k8s/installation/multi-cluster/vms-and-kubernetes.mdx b/website/pages/docs/k8s/installation/multi-cluster/vms-and-kubernetes.mdx index 7754606070..639d9f58b7 100644 --- a/website/pages/docs/k8s/installation/multi-cluster/vms-and-kubernetes.mdx +++ b/website/pages/docs/k8s/installation/multi-cluster/vms-and-kubernetes.mdx @@ -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 diff --git a/website/pages/docs/upgrading/upgrade-specific.mdx b/website/pages/docs/upgrading/upgrade-specific.mdx index 6e2ea71be8..4db4016080 100644 --- a/website/pages/docs/upgrading/upgrade-specific.mdx +++ b/website/pages/docs/upgrading/upgrade-specific.mdx @@ -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 diff --git a/website/pages/use-cases/multi-platform-service-mesh.jsx b/website/pages/use-cases/multi-platform-service-mesh.jsx index d9c77c0b06..d42f19d50e 100644 --- a/website/pages/use-cases/multi-platform-service-mesh.jsx +++ b/website/pages/use-cases/multi-platform-service-mesh.jsx @@ -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', }, ],