Skip to content

Commit

Permalink
Merge pull request #808 from nhsx/chore/ticket-20390
Browse files Browse the repository at this point in the history
Add redirect for digital transformation of screening
  • Loading branch information
snim2 authored Nov 27, 2024
2 parents 3dedcce + 8af4437 commit 3cce5f4
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 3cce5f4

Please sign in to comment.