Switch from Assembla to GitHub issues

This commit is contained in:
Dan Rice 2014-06-25 13:32:06 -04:00
parent 64bd5b99c5
commit aa8f5b7599
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ of the License, or (at your option) any later version.
* Project homepage: http://getontracks.org/ * Project homepage: http://getontracks.org/
* Manual: http://getontracks.org/manual/ * Manual: http://getontracks.org/manual/
* Source at GitHub: https://github.com/TracksApp/tracks * Source at GitHub: https://github.com/TracksApp/tracks
* Assembla space (for bug reports and feature requests): https://www.assembla.com/spaces/tracks-tickets/tickets * 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
* Mailing list: http://groups.google.com/group/TracksApp * Mailing list: http://groups.google.com/group/TracksApp
* Original developer: bsag (http://www.rousette.org.uk/) * Original developer: bsag (http://www.rousette.org.uk/)

View file

@ -1,5 +1,5 @@
<div id="footer"> <div id="footer">
<p><%= t('footer.send_feedback', :version => TRACKS_VERSION) %>: <a href="https://www.assembla.com/spaces/tracks-tickets/tickets"><%= 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://getontracks.org/"><%= t('common.website')%></a> |

View file

@ -3,7 +3,7 @@
* Project homepage: http://getontracks.org/ * Project homepage: http://getontracks.org/
* Manual: http://getontracks.org/manual/ * Manual: http://getontracks.org/manual/
* Source at GitHub: https://github.com/TracksApp/tracks * Source at GitHub: https://github.com/TracksApp/tracks
* Assembla space (for bug reports and feature requests): https://www.assembla.com/spaces/tracks-tickets/tickets * 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
* Mailing list: http://groups.google.com/group/TracksApp * Mailing list: http://groups.google.com/group/TracksApp
* Original developer: bsag (http://www.rousette.org.uk/) * Original developer: bsag (http://www.rousette.org.uk/)