add podcast shortcut
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Max Mehl 2020-05-14 15:02:29 +02:00
parent 1d7f158709
commit e41c245880
Signed by: max.mehl
GPG Key ID: 2704E4AB371E2E92

View File

@ -42,6 +42,9 @@ RewriteRule ^summit16(/.*)?$ https://fsfe.org/community/events/2016/summit/fron
# 15 years of FSFE
RewriteRule ^15(/.*)?$ https://fsfe.org/campaigns/15years/15years$1 [R=301,L]
# Podcast
RewriteRule ^podcast(/.*)? /news/podcast.html [R=301,L]
# EU policies wiki page, e.g. linked from the PMPC brochure
RewriteRule ^fs-policies/?$ https://wiki.fsfe.org/Activities/EU_Policies_overview_FS [R=301,L]