From 06b31c87a9dd26024c9a6118b37d57f480dc5a29 Mon Sep 17 00:00:00 2001 From: Chris Kim <30601846+Oats87@users.noreply.github.com> Date: Fri, 10 Aug 2018 11:39:57 -0700 Subject: [PATCH] Correct misspelled link for rke download --- content/rke/v0.1.x/en/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/v0.1.x/en/installation/_index.md b/content/rke/v0.1.x/en/installation/_index.md index 03192e541ae..4ee201aea49 100644 --- a/content/rke/v0.1.x/en/installation/_index.md +++ b/content/rke/v0.1.x/en/installation/_index.md @@ -5,7 +5,7 @@ weight: 50 RKE is a fast, versatile Kubernetes installer that you can use to install Kubernetes on your Linux hosts. You can get started in a couple of quick and easy steps: -1. [Download the RKE Binary](#download-the-rke-bindary) +1. [Download the RKE Binary](#download-the-rke-binary) 2. [Prepare the Nodes for the Kubernetes Cluster](#prepare-the-nodes-for-the-kubernetes-cluster) 3. [Creating the Cluster Configuration File](#creating-the-cluster-configuration-file) 4. [Deploying Kubernetes with RKE](#deploying-kubernetes-with-rke)