calendar: fix url for fedocal in apps and redirect for old calendars
fedocal moved to calendar.fedoraproject.org, so use that in apps. Also some links to the old admin.fedoraproject.org/calendar/whatever still exist, so redirect those to calendar.fedoraproject.org/whatever Fixes ticket 10616 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0a695f6323
commit
edf1010bc0
2 changed files with 3 additions and 3 deletions
|
@ -126,8 +126,8 @@
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
shortname: calendar
|
shortname: calendar
|
||||||
website: apps.fedoraproject.org
|
website: apps.fedoraproject.org
|
||||||
regex: /calendar
|
regex: /calendar$1
|
||||||
target: https://calendar.fedoraproject.org/
|
target: https://calendar.fedoraproject.org/$1
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
shortname: mailman
|
shortname: mailman
|
||||||
|
|
|
@ -321,7 +321,7 @@ children:
|
||||||
- name: FedoCal
|
- name: FedoCal
|
||||||
data:
|
data:
|
||||||
icon: fedocal.png
|
icon: fedocal.png
|
||||||
url: https://apps.fedoraproject.org/calendar
|
url: https://calendar.fedoraproject.org/
|
||||||
source_url: https://github.com/fedora-infra/fedocal
|
source_url: https://github.com/fedora-infra/fedocal
|
||||||
bugs_url: https://github.com/fedora-infra/fedocal/issues
|
bugs_url: https://github.com/fedora-infra/fedocal/issues
|
||||||
docs_url: https://fedocal.readthedocs.org/en/latest/
|
docs_url: https://fedocal.readthedocs.org/en/latest/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue