Skip to content

Commit

Permalink
Update builders.m.o link
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna authored and stephaniehobson committed Dec 3, 2024
1 parent 1a09d98 commit 542ae7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bedrock/mozorg/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ def decider(request, **kwargs):
redirect(r"^styleguide/identity/firefox(.+)", "https://mozilla.design/firefox/"),
redirect(r"^styleguide/identity/mozilla(.+)", "https://mozilla.design/mozilla/"),
redirect(r"^styleguide(/.*)?", "https://mozilla.design/"),
# Issue 8644, 8932
redirect(r"^builders/?$", "https://future.mozilla.org/builders/"),
# Issue 8644, 8932, 15613
redirect(r"^builders/?$", "https://builders.mozilla.org/"),
# Issue 6824, 14364
redirect(r"^technology/?$", "https://future.mozilla.org/"),
# Issue 8668
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h2 class="m24-c-intro-title">{{ ftl('m24-home-join-the-movement') }}</h2>
tag=ftl('m24-home-tag-program'),
title=ftl('m24-home-mozilla-builders'),
desc=ftl('m24-home-builders-helps-independent'),
link_url='https://future.mozilla.org/builders/builders_overview/' + utm_params,
link_url='https://builders.mozilla.org/' + utm_params,
cta_text=ftl('m24-home-read-more'),
link_attributes='data-cta-text="Read more (Builders)"'
) }}
Expand Down
4 changes: 2 additions & 2 deletions tests/redirects/map_globalconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1086,8 +1086,8 @@
url_test("/styleguide/websites/sandstone/buttons/", "https://mozilla.design/"),
# Issue 8418
url_test("/styleguide/", "https://mozilla.design/"),
# Issue 8644, 8932
url_test("/builders{,/}", "https://future.mozilla.org/builders/"),
# Issue 8644, 8932, 15613
url_test("/builders{,/}", "https://builders.mozilla.org/"),
# Issue 6824, 14364
url_test("/technology/", "https://future.mozilla.org/"),
# Issue 8419
Expand Down

0 comments on commit 542ae7f

Please sign in to comment.