Skip to content

Commit

Permalink
Changed homepage location to github
Browse files Browse the repository at this point in the history
  • Loading branch information
stympy committed Sep 27, 2011
1 parent 1c44d6d commit 17f15e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<h1>faker</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/faker"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/faker" class="numbers">1.0.0</a>
<a href="https://github.com/stympy/faker/" class="numbers">1.0.1</a>
</div>
<h2>What</h2>
<p>Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc. The port was motivated by a need for a bunch of fake data to make good-looking screenshots for <a href="http://catchthebest.com">Catch the Best</a>. :)</p>
Expand Down
2 changes: 1 addition & 1 deletion website/template.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<h1><%= title %></h1>
<div id="version" class="clickable" onclick='document.location = "<%= download %>"; return false'>
<p>Get Version</p>
<a href="<%= download %>" class="numbers"><%= version %></a>
<a href="https://github.com/stympy/faker/" class="numbers"><%= version %></a>
</div>
<%= body %>
<p class="coda">
Expand Down

0 comments on commit 17f15e0

Please sign in to comment.