Skip to content

Commit

Permalink
Fix broken discussion link in footer
Browse files Browse the repository at this point in the history
Group was renamed from Gemcutter to Rubygems.org.
  • Loading branch information
rmg committed Oct 17, 2012
1 parent a4a1a45 commit 55555d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -95,7 +95,7 @@
<li><%= link_to t('.footer.status'), "http://status.rubygems.org" %></li>
<li><%= link_to t('.footer.uptime'), "http://uptime.rubygems.org" %></li>
<li><%= link_to t('.footer.source_code'), "http://github.com/rubygems/rubygems.org" %></li>
<li><%= link_to t('.footer.discussion_forum'), "http://groups.google.com/group/gemcutter" %></li>
<li><%= link_to t('.footer.discussion_forum'), "http://groups.google.com/group/rubygems-org" %></li>
<li><%= link_to t('.footer.statistics'), stats_url %></li>
<li><%= link_to t('.footer.about'), page_url("about") %></li>
</ul>
Expand Down

0 comments on commit 55555d7

Please sign in to comment.