Skip to content

Commit

Permalink
Redirect Firefox 125.0 release notes [fix #14467]
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook authored and stephaniehobson committed Apr 17, 2024
1 parent 8e35508 commit 58ba46c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bedrock/releasenotes/redirects.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

from bedrock.redirects.util import redirect

redirectpatterns = (
# issue 14467
redirect(r"^firefox/125.0/releasenotes/?$", "/firefox/125.0.1/releasenotes/"),
)
2 changes: 2 additions & 0 deletions tests/redirects/map_globalconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1302,5 +1302,7 @@
url_test("/research/cc/", "https://foundation.mozilla.org/research/library/?topics=187"),
# Issue 14222
url_test("/firefox/browsers/", "/firefox/"),
# issue 14467
url_test("/firefox/125.0/releasenotes/", "/firefox/125.0.1/releasenotes/"),
)
)

0 comments on commit 58ba46c

Please sign in to comment.