From 6df7636a61f48db06bb0469ebb02bed8dee05a2b Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Wed, 2 May 2018 17:05:20 -0700 Subject: [PATCH 1/2] link fix --- .../server-installation/single-node-install/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md b/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md index 9605947fe59..4d8ca9a67fb 100644 --- a/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md +++ b/content/rancher/v2.x/en/installation/server-installation/single-node-install/_index.md @@ -33,7 +33,7 @@ Installing Rancher on a Linux host using a single Docker container is simple. Si ``` >**Note:** - >- `rancher/rancher` is hosted on [DockerHub](https://hub.docker.com/). If you don't have access to DockerHub, or you are installing Rancher without an internet connection, refer to [Installing From a Private Registry](/rancher/v2.x/en/installation/air-gap-installation/install-from-private-registry/).

- >- For a list of other Rancher Server tags available, refer to [Rancher Server Tags](/rancher/v2.x/en/installation/server-tags/). + >- `rancher/rancher` is hosted on [DockerHub](https://hub.docker.com/). If you don't have access to DockerHub, or you are installing Rancher without an internet connection, refer to [Installing From a Private Registry]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/install-from-private-registry/).

+ >- For a list of other Rancher Server tags available, refer to [Rancher Server Tags]({{< baseurl >}}/rancher/v2.x/en/installation/server-tags/). **Result:** Rancher is installed. From e3cc9031fca7006cda3eef4b65c3a1cc361e91a6 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Wed, 2 May 2018 17:13:05 -0700 Subject: [PATCH 2/2] moar linkfix --- content/rancher/v2.x/en/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/_index.md b/content/rancher/v2.x/en/installation/_index.md index 80ebaa2e7da..114e9756fde 100644 --- a/content/rancher/v2.x/en/installation/_index.md +++ b/content/rancher/v2.x/en/installation/_index.md @@ -22,6 +22,6 @@ This section contains instructions for installing Rancher in development and pro b. [Amazon Network Load Balancer]({{< baseurl >}}/rancher/v2.x/en/installation/load-balancing-config/config-amazon-nlb/) - c. [Nginx]({{< baseurl >}}/rancher/v2.x/en/installation/load-balancing-config/congiure-nginx/) + c. [Nginx]({{< baseurl >}}/rancher/v2.x/en/installation/load-balancing-config/config-nginx/) 3. Configure SSL communication. Set up SSL by installing certificates on your Kubernetes nodes. You have a variety of options for [SSL Configuration]({{< baseurl >}}/rancher/v2.x/en/installation/ssl-config/).