From 9ea1648d45a02abde5508971fc4e5ddcbede483b Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Fri, 27 Jul 2018 16:13:42 -0700 Subject: [PATCH] do fix --- .../rancher/v2.x/en/quick-start-guide/deployment/_index.md | 2 +- .../quick-start-guide/deployment/digital-ocean-qs/_index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/rancher/v2.x/en/quick-start-guide/deployment/_index.md b/content/rancher/v2.x/en/quick-start-guide/deployment/_index.md index 2f54cf326ae..47d0bdebe13 100644 --- a/content/rancher/v2.x/en/quick-start-guide/deployment/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/deployment/_index.md @@ -5,7 +5,7 @@ weight: 100 The following are the current guides for provisioning Rancher Server and a cluster: -- [Digital Ocean Quick Start](./digital-ocean-qs) - We provide you with a Terraform script that completely automates the set up of the Rancher Server and registers a cluster for you to get started with. +- [DigitalOcean Quick Start](./digital-ocean-qs) - We provide you with a Terraform script that completely automates the set up of the Rancher Server and registers a cluster for you to get started with. - [Vagrant Quick Start](./quickstart-vagrant) - We provide you with a Vagrant configuration that again completely automates the set up of the Rancher Server and registers a 3 node cluster. diff --git a/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md b/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md index b46fa30811b..ac618427c8f 100644 --- a/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/deployment/digital-ocean-qs/_index.md @@ -5,12 +5,12 @@ weight: 100 The following steps will quickly deploy a Rancher Server with a 3-node cluster attached. >**Note** ->Deploying to Digital Ocean will incur charges. +>Deploying to DigitalOcean will incur charges. ## Prerequisites -- [Digital Ocean Account](https://www.digitalocean.com): You will require an account on DigitalOcean as this is where the server and cluster will run. -- [Digital Ocean Access Key](https://www.digitalocean.com/community/tutorials/how-to-create-a-digitalocean-space-and-api-key): Use this link to create a DigitalOcean Access Key if you don't have one. +- [DigitalOcean Account](https://www.digitalocean.com): You will require an account on DigitalOcean as this is where the server and cluster will run. +- [DigitalOcean Access Key](https://www.digitalocean.com/community/tutorials/how-to-create-a-digitalocean-space-and-api-key): Use this link to create a DigitalOcean Access Key if you don't have one. - [Terraform](https://www.terraform.io/downloads.html): Used to provision the server and cluster to DigitalOcean.