From e1e17ddbf6e32aa71e17ea516556fee44e41c476 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Wed, 2 May 2018 16:46:18 -0700 Subject: [PATCH] fixed links. maybe. --- content/rancher/v2.x/en/installation/_index.md | 14 +++++++------- .../en/installation/server-installation/_index.md | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/rancher/v2.x/en/installation/_index.md b/content/rancher/v2.x/en/installation/_index.md index 83dc4b5b85c..80ebaa2e7da 100644 --- a/content/rancher/v2.x/en/installation/_index.md +++ b/content/rancher/v2.x/en/installation/_index.md @@ -10,18 +10,18 @@ This section contains instructions for installing Rancher in development and pro 1. Install Rancher Server. We have instructions for three use cases. Pick the right one for you: - a. [Single-Node Rancher Server Installation](/rancher/v2.x/en/installation/server-installation/single-node-install/): In this simple install scenario, you install Rancher on a single Linux host. + a. [Single-Node Rancher Server Installation]({{< baseurl >}}/rancher/v2.x/en/installation/server-installation/single-node-install): In this simple install scenario, you install Rancher on a single Linux host. - b. [High-Availablity Rancher Server Installation](/rancher/v2.x/en/installation/server-installation/ha-server-install/): In this scenario, you install multiple Rancher Servers so that Rancher is always available, even when one of your Rancher Servers is down. + b. [High-Availablity Rancher Server Installation]({{< baseurl >}}/rancher/v2.x/en/installation/server-installation/ha-server-install/): In this scenario, you install multiple Rancher Servers so that Rancher is always available, even when one of your Rancher Servers is down. - c. [Air Gap Installation](/rancher/v2.x/en/installation/air-gap-installation/): We also have instructions for a more specialized use case where you install Rancher Server in an environment without an Internet connection. + c. [Air Gap Installation]({{< baseurl >}}/rancher/v2.x/en/installation/air-gap-installation/): We also have instructions for a more specialized use case where you install Rancher Server in an environment without an Internet connection. 2. **Optional:** Configure an external Load Balancer. A load balancer acts like a traffic cop for connections incoming to your Kubernetes cluster. You options are: - a. [Amazon Application Load Balancer](rancher/v2.x/en/installation/load-balancing-config/config-amazon-alb/) + a. [Amazon Application Load Balancer]({{< baseurl >}}/rancher/v2.x/en/installation/load-balancing-config/config-amazon-alb/) - b. [Amazon Network Load Balancer](rancher/v2.x/en/installation/load-balancing-config/config-amazon-nlb/) + b. [Amazon Network Load Balancer]({{< baseurl >}}/rancher/v2.x/en/installation/load-balancing-config/config-amazon-nlb/) - c. [Nginx](rancher/v2.x/en/installation/load-balancing-config/congiure-nginx/) + c. [Nginx]({{< baseurl >}}/rancher/v2.x/en/installation/load-balancing-config/congiure-nginx/) -3. Configure SSL communication. Set up SSL by installing certificates on your Kubernetes nodes. You have a variety of options for [SSL Configuration](rancher/v2.x/en/installation/ssl-config/). +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/). diff --git a/content/rancher/v2.x/en/installation/server-installation/_index.md b/content/rancher/v2.x/en/installation/server-installation/_index.md index f134916c53d..60a0a31301d 100644 --- a/content/rancher/v2.x/en/installation/server-installation/_index.md +++ b/content/rancher/v2.x/en/installation/server-installation/_index.md @@ -9,5 +9,5 @@ This section contains instructions for setting up Rancher Server in development Choose from the options below: -- [Single Node Install](/rancher/v2.x/en/installation/server-installation/single-node-install/) -- [High-Availability Server Install](/rancher/v2.x/en/installation/server-installation/ha-server-install/) +- [Single Node Install]({{< baseurl >}}/rancher/v2.x/en/installation/server-installation/single-node-install/) +- [High-Availability Server Install]({{< baseurl >}}/rancher/v2.x/en/installation/server-installation/ha-server-install/)