Skip to content

Commit

Permalink
Fixing link to contributor page on github
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Aug 3, 2013
1 parent 6a1a038 commit f6e590e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f6e590e

Please sign in to comment.