Fix contribute link in footer; prefer HTTPS

Contribute link in footer returns 404. Also changed all http links to https after confirming they have valid https endpoints.
This commit is contained in:
Usman Iqbal 2020-04-08 15:58:42 +01:00 committed by GitHub
parent a486e2df4b
commit a92e524bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,9 @@
<span class="footer-line">
<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://www.getontracks.org/"><%= t('common.website')%></a> |
<a href="http://www.getontracks.org/development/"><%= t('common.contribute')%></a> |
<a href="https://groups.google.com/group/TracksApp"><%= t('common.mailing_list')%></a> |
<a href="https://www.getontracks.org/"><%= t('common.website')%></a> |
<a href="https://www.getontracks.org/contribute/"><%= t('common.contribute')%></a> |
<%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %>
</span>
</div>