| |
@@ -30,7 +30,7 @@
|
| |
<dd><a href="https://fedoraproject.org/wiki/Join">{% trans %}Join Fedora{% endtrans %}</a></dd>
|
| |
<dd><a href="https://fedoraproject.org/wiki/Overview">{% trans %}About Fedora{% endtrans %}</a></dd>
|
| |
<dd><a href="http://fedoraplanet.org">{% trans %}Planet Fedora{% endtrans %}</a></dd>
|
| |
- <dd><a href="https://admin.fedoraproject.org/accounts/">{% trans %}Fedora Account System{% endtrans %}</a></dd>
|
| |
+ <dd><a href="https://accounts.fedoraproject.org/">{% trans %}Fedora Account System{% endtrans %}</a></dd>
|
| |
</dl>
|
| |
</div>
|
| |
</div>
|
| |
The link entitled
Fedora Accounts Systemin the footer partial points to the oldFAS2accounts system, as opposed toaccounts.fedoraproject.org. This PR changes the link target, but we should probably change the link title toFedora Accounts, as well. I did not do the later in this PR, because I did not want to mess up the translation stringsThanks!