mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Use www.getontracks.org as canonical website URL
[ci skip]
This commit is contained in:
parent
468f07b72b
commit
79587541d6
4 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Tracks: a GTD(TM) web application, built with Ruby on Rails
|
# Tracks: a GTD(TM) web application, built with Ruby on Rails
|
||||||
|
|
||||||
* Project homepage: http://getontracks.org/
|
* Project homepage: http://www.getontracks.org/
|
||||||
* Manual: http://getontracks.org/manual/
|
* Manual: http://www.getontracks.org/manual/
|
||||||
* Source at GitHub: https://github.com/TracksApp/tracks
|
* Source at GitHub: https://github.com/TracksApp/tracks
|
||||||
* Bug reports and feature requests: https://github.com/TracksApp/tracks/issues
|
* Bug reports and feature requests: https://github.com/TracksApp/tracks/issues
|
||||||
* Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki
|
* Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<Module>
|
<Module>
|
||||||
<ModulePrefs title="Tracks" directory_title="Tracks" description="<%= t('integrations.gmail_description') %>" author="Tracks" author_email="butshesagirl@rousette.org.uk" author_affiliation="Tracks" author_location="UK" title_url="http://www.getontracks.org/" screenshot="http://getontracks.org/images/screens/tracks_home.png" thumbnail="http://getontracks.org/images/screens/tracks_home_thumb.png" category="communication" category2="tools" height="300">
|
<ModulePrefs title="Tracks" directory_title="Tracks" description="<%= t('integrations.gmail_description') %>" author="Tracks" author_email="butshesagirl@rousette.org.uk" author_affiliation="Tracks" author_location="UK" title_url="http://www.getontracks.org/" screenshot="http://www.getontracks.org/images/screens/tracks_home.png" thumbnail="http://www.getontracks.org/images/screens/tracks_home_thumb.png" category="communication" category2="tools" height="300">
|
||||||
</ModulePrefs>
|
</ModulePrefs>
|
||||||
<Content type="url" href="<%= root_url %>mobile"/>
|
<Content type="url" href="<%= root_url %>mobile"/>
|
||||||
</Module>
|
</Module>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<p><%= t('footer.send_feedback', :version => TRACKS_VERSION) %>: <a href="https://github.com/TracksApp/tracks/issues"><%= t('common.bugs')%></a> |
|
<p><%= t('footer.send_feedback', :version => TRACKS_VERSION) %>: <a href="https://github.com/TracksApp/tracks/issues"><%= t('common.bugs')%></a> |
|
||||||
<a href="https://github.com/TracksApp/tracks/wiki"><%= t('common.wiki')%></a> |
|
<a href="https://github.com/TracksApp/tracks/wiki"><%= t('common.wiki')%></a> |
|
||||||
<a href="http://groups.google.com/group/TracksApp"><%= t('common.mailing_list')%></a> |
|
<a href="http://groups.google.com/group/TracksApp"><%= t('common.mailing_list')%></a> |
|
||||||
<a href="http://getontracks.org/"><%= t('common.website')%></a> |
|
<a href="http://www.getontracks.org/"><%= t('common.website')%></a> |
|
||||||
<a href="http://getontracks.org/development/"><%= t('common.contribute')%></a> |
|
<a href="http://www.getontracks.org/development/"><%= t('common.contribute')%></a> |
|
||||||
<%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %></p>
|
<%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
= Tracks: a GTD(TM) web application, built with Ruby on Rails
|
= Tracks: a GTD(TM) web application, built with Ruby on Rails
|
||||||
|
|
||||||
* Project homepage: http://getontracks.org/
|
* Project homepage: http://www.getontracks.org/
|
||||||
* Manual: http://getontracks.org/manual/
|
* Manual: http://www.getontracks.org/manual/
|
||||||
* Source at GitHub: https://github.com/TracksApp/tracks
|
* Source at GitHub: https://github.com/TracksApp/tracks
|
||||||
* Bug reports and feature requests: https://github.com/TracksApp/tracks/issues
|
* Bug reports and feature requests: https://github.com/TracksApp/tracks/issues
|
||||||
* Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki
|
* Wiki (community contributed information): https://github.com/TracksApp/tracks/wiki
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue