#186 Fixes Fedora Account System link in sites/partials/templates/footer.html
Merged 2 years ago by thunderbirdtr. Opened 2 years ago by gotmax23.
fedora-web/ gotmax23/websites master  into  master

@@ -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 System in the footer partial points to the old FAS2 accounts system, as opposed to accounts.fedoraproject.org. This PR changes the link target, but we should probably change the link title to Fedora Accounts, as well. I did not do the later in this PR, because I did not want to mess up the translation strings

Thanks!

Metadata Update from @thunderbirdtr:
- Pull-request tagged with: content, easyfix
- Request assigned

2 years ago

Pull-Request has been merged by thunderbirdtr

2 years ago