From 91620767aeebcc22bc271abf458376925b238cb5 Mon Sep 17 00:00:00 2001
From: salmonz <andrewgsalmons@gmail.com>
Date: Sun, 3 Jun 2012 03:29:47 -0300
Subject: [PATCH] Updated gitolite install link

---
 docs/DEPLOYMENT.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md
index b4425f655..0884334dd 100644
--- a/docs/DEPLOYMENT.md
+++ b/docs/DEPLOYMENT.md
@@ -75,7 +75,7 @@ Let's get started:
   2. install git if required: `sudo apt-get install git-core`
   3. become user git: `sudo su -s /bin/bash git`
   4. hop into your home directory: `cd`
-  5. install gitolite: [This.](http://sitaramc.github.com/gitolite/nonroot.html)
+  5. install gitolite: [This.](https://github.com/sitaramc/gitolite)
   6. add a browserid repo: [This.](http://sitaramc.github.com/gitolite/add.html)
 
 At this point you've morphed your servers into git servers.  Go ahead and
-- 
GitLab