shithub: hugo

Download patch

ref: f6e590e536e989231a285e70b346375a80a9768d
parent: 6a1a038c57b4084718743112e8fbb8bc6ea72f0a
author: spf13 <[email protected]>
date: Fri Aug 2 23:33:39 EDT 2013

Fixing link to contributor page on github

--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Hugo
 A Fast and Flexible Static Site Generator built with love by [spf13](http://spf13.com) 
-and [friends](http://github.com/spf13/hugo/contributors) in Go.
+and [friends](http://github.com/spf13/hugo/graphs/contributors) in Go.
 
 ## Overview
 
--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -18,7 +18,7 @@
           <div class="hero-unit" style="background-color: #222; color: #ccc;">
             <h1>Hugo</h1>
             <p>A Fast and Flexible Static Site Generator built with love by <a href="http://spf13.com">spf13</a> 
-            and <a href="http://github.com/spf13/hugo/contributors">friends</a> in Go</p>
+            and <a href="http://github.com/spf13/hugo/graphs/contributors">friends</a> in Go</p>
             <p>
               <a class="btn btn-large btn-success" href="/doc/installing.html">Get Started</a> 
             </p>