diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c2c92286015..c09c0bee2ca 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -95,7 +95,7 @@
  • <%= link_to t('.footer.status'), "http://status.rubygems.org" %>
  • <%= link_to t('.footer.uptime'), "http://uptime.rubygems.org" %>
  • <%= link_to t('.footer.source_code'), "http://github.com/rubygems/rubygems.org" %>
  • -
  • <%= link_to t('.footer.discussion_forum'), "http://groups.google.com/group/gemcutter" %>
  • +
  • <%= link_to t('.footer.discussion_forum'), "http://groups.google.com/group/rubygems-org" %>
  • <%= link_to t('.footer.statistics'), stats_url %>
  • <%= link_to t('.footer.about'), page_url("about") %>