From e684986cf505dbc92bc2f109a4dddb0eaf730ba2 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Wed, 15 Jun 2011 16:32:33 -0600
Subject: [PATCH] fix bottom links

---
 authority/static/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/authority/static/index.html b/authority/static/index.html
index ad1913991..c35be278e 100644
--- a/authority/static/index.html
+++ b/authority/static/index.html
@@ -37,7 +37,7 @@
           <a href="https://mozillalabs.com">mozilla labs</a>.</p>
       </div>
       <div class="left">
-        <p> <a href="">Source Code</a>&nbsp;&nbsp;&nbsp;<a href="">Specification</a>&nbsp;&nbsp;&nbsp;<a href="">Mailing list</a> </p>
+        <p> <a href="https://github.com/mozilla/browserid">Source Code</a>&nbsp;&nbsp;&nbsp;<a href="https://wiki.mozilla.org/Identity/Verified_Email_Protocol">Specification</a>&nbsp;&nbsp;&nbsp;<a href="http://groups.google.com/group/mozilla-labs">Mailing list</a> </p>
         <p class="copyright">Copyright © 2011 Mozilla.  All rights reserved. </p>
       </div>
     </div>
-- 
GitLab