From 3948ea89ebcf0986232e4e7f1b05ea0dd38114e7 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Fri, 30 Jan 2015 16:39:44 -0800
Subject: [PATCH] Update INSTALL.md

---
 docs/INSTALL.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 9d4c47289fe..8a05c1f4494 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -1,10 +1,10 @@
 # How Do I Install Discourse?
 
 Simple 30 minute basic install:
-[**Beginner Docker install guide for Digital Ocean**][do]
+[**Beginner Docker install guide**][basic]
 
 Powerful, flexible, large or multiple server install:
-[**Advanced Docker install guide**][docker]
+[**Advanced Docker install guide**][advanced]
 
 The only officially supported installs of Discourse are the [Docker](https://www.docker.io/) based beginner and advanced installs. We regret that we cannot support any other methods of installation.
 
@@ -30,8 +30,8 @@ Hosting Rails applications is complicated. Even if you already have Postgres, Re
 
 We take security very seriously at Discourse, and all our code is 100% open source and peer reviewed. Please read [our security guide](https://github.com/discourse/discourse/blob/master/docs/SECURITY.md) for an overview of security measures in Discourse.
 
-[do]: https://github.com/discourse/discourse/blob/master/docs/INSTALL-digital-ocean.md
-[docker]: https://github.com/discourse/discourse_docker
+[basic]: https://github.com/discourse/discourse/blob/master/docs/INSTALL-digital-ocean.md
+[advanced]: https://github.com/discourse/discourse_docker
 [bitnami]: http://bitnami.com/stack/discourse
 [cloud66]: https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud66.md
 [heroku]: https://github.com/discourse/discourse/blob/master/docs/install-HEROKU.md