fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

Fix typo in propagation URL #280

Closed adrianreber closed 4 years ago

adrianreber commented 4 years ago

There was an 'a' missing in the propagation page URL. This fixes the type and adds a redirect from the old, broken URL to the new URL.

Fixes: #275