Skip to content

Commit

Permalink
Fix link to Pubsubhubub
Browse files Browse the repository at this point in the history
Project is hosted now on github, not google code.
  • Loading branch information
mike-lang committed Jul 12, 2015
1 parent b9fabfc commit ed842fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/pages/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="row">
<div class="col-md-12">
<p class="text-center">
<%= t('.discl', pubsubhubub: link_to('PubSubHubub', 'https://code.google.com/p/pubsubhubbub/'),
<%= t('.discl', pubsubhubub: link_to('PubSubHubub', 'https://github.com/pubsubhubbub'),
webfinger: link_to('Webfinger', 'http://webfinger.org')).html_safe %>
</p>
</div>
Expand Down

0 comments on commit ed842fe

Please sign in to comment.