Skip to content

Commit

Permalink
Redirect /gear to fix mozilla#6971 (mozilla#6972)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmize authored Apr 23, 2019
1 parent c9ec4a0 commit 3a14cf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bedrock/mozorg/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,4 +659,7 @@ def decider(request, **kwargs):

# issue 6756 - vanity URL
redirect(r'^decentralization/?$', 'mozorg.internet-health.decentralization'),

# issue 6971
redirect(r'^gear/?$', 'https://mozillagear.corpmerchandise.com/')
)

0 comments on commit 3a14cf0

Please sign in to comment.