mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Use www.getontracks.org as canonical website URL
[ci skip]
This commit is contained in:
parent
3bc0a8d4f4
commit
3f2e5258f7
4 changed files with 8 additions and 8 deletions
|
@ -9,8 +9,8 @@ of the License, or (at your option) any later version.
|
|||
[](https://travis-ci.org/TracksApp/tracks)
|
||||
[](https://codeclimate.com/github/TracksApp/tracks)
|
||||
|
||||
* 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<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>
|
||||
<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> |
|
||||
<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://getontracks.org/"><%= t('common.website')%></a> |
|
||||
<a href="http://getontracks.org/development/"><%= t('common.contribute')%></a> |
|
||||
<a href="http://www.getontracks.org/"><%= t('common.website')%></a> |
|
||||
<a href="http://www.getontracks.org/development/"><%= t('common.contribute')%></a> |
|
||||
<%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %></p>
|
||||
</div>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue