From 79587541d68053e47bde8bd0376eb9734bf9b86a Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Sun, 31 Aug 2014 13:13:17 -0400 Subject: [PATCH] Use www.getontracks.org as canonical website URL [ci skip] --- README.md | 4 ++-- app/views/integrations/google_gadget.erb | 4 ++-- app/views/shared/_footer.html.erb | 4 ++-- doc/CHANGELOG | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8fa18f97..827c5568 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Tracks: a GTD(TM) web application, built with Ruby on Rails -* Project homepage: http://getontracks.org/ -* Manual: http://getontracks.org/manual/ +* Project homepage: http://www.getontracks.org/ +* Manual: http://www.getontracks.org/manual/ * Source at GitHub: https://github.com/TracksApp/tracks * Bug reports and feature requests: https://github.com/TracksApp/tracks/issues * Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki diff --git a/app/views/integrations/google_gadget.erb b/app/views/integrations/google_gadget.erb index ff113f54..c0ece0da 100644 --- a/app/views/integrations/google_gadget.erb +++ b/app/views/integrations/google_gadget.erb @@ -1,5 +1,5 @@ - + - \ No newline at end of file + diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index 7e7122db..718a4de7 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -2,7 +2,7 @@

<%= t('footer.send_feedback', :version => TRACKS_VERSION) %>: <%= t('common.bugs')%> | <%= t('common.wiki')%> | <%= t('common.mailing_list')%> | - <%= t('common.website')%> | - <%= t('common.contribute')%> | + <%= t('common.website')%> | + <%= t('common.contribute')%> | <%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %>

diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 5859b52c..8f9e88a4 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,7 +1,7 @@ = Tracks: a GTD(TM) web application, built with Ruby on Rails -* Project homepage: http://getontracks.org/ -* Manual: http://getontracks.org/manual/ +* Project homepage: http://www.getontracks.org/ +* Manual: http://www.getontracks.org/manual/ * Source at GitHub: https://github.com/TracksApp/tracks * Bug reports and feature requests: https://github.com/TracksApp/tracks/issues * Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki