Skip to content

Commit 9c2c7d4

Browse files
authored
Merge pull request #1224 from maxmind/kevin/redirect-old-geoip-rss
Add old geoip release notes redirect
2 parents 1f22eb5 + c1d685a commit 9c2c7d4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

static/_redirects

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
# The year needs to be hardcoded. A page for the new year's
33
# release note won't exist until a new .md file is created in the
44
# /content/<product>/release-notes folder for that new year
5-
/geoip/release-notes /geoip/release-notes/2024 302
5+
/geoip/release-notes /geoip/release-notes/2024/ 302
6+
/geoip/release-notes/ /geoip/release-notes/2024/ 302
67
/geoip/release-notes/rss.xml /geoip/release-notes/2024/index.xml 302
7-
/minfraud/release-notes /minfraud/release-notes/2024 302
8+
/minfraud/release-notes /minfraud/release-notes/2024/ 302
9+
/minfraud/release-notes/ /minfraud/release-notes/2024/ 302
810
/minfraud/release-notes/rss.xml /minfraud/release-notes/2024/index.xml 302
911

1012
# General - without splats or placeholders
@@ -17,6 +19,8 @@
1719
/static/csv/codes/ap_country_list.csv /static/csv/codes/maxmind/ap_country_list.csv 301
1820
/static/csv/codes/eu_country_list.csv /static/csv/codes/maxmind/eu_country_list.csv 301
1921
/static/maxmind-region-codes.csv https://download.maxmind.com/download/geoip/misc/region_codes.csv 301
22+
/geoip/geoip2/release-notes /geoip/release-notes/ 302
23+
/geoip/geoip2/release-notes/ /geoip/release-notes/ 302
2024

2125

2226
# General - with splats and placeholders

0 commit comments

Comments
 (0)