Skip to content

Commit

Permalink
Add redirect for digital transformation of screening
Browse files Browse the repository at this point in the history
  • Loading branch information
snim2 committed Nov 27, 2024
1 parent 3dedcce commit 8af4437
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@ def robots(request):
permanent=True,
),
),
# https://dxw.zendesk.com/agent/tickets/20390
url(
r"^key-tools-and-info/digital-transformation-of-screening/",
lambda request: redirect(
r"/key-tools-and-info/digital-screening/",
permanent=True,
),
),
]


Expand Down

0 comments on commit 8af4437

Please sign in to comment.