Skip to content

Commit

Permalink
Merge pull request #809 from nhsx/dev
Browse files Browse the repository at this point in the history
Prod release
  • Loading branch information
snim2 authored Nov 27, 2024
2 parents 80d4f1c + 3cce5f4 commit 35836ad
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 35836ad

Please sign in to comment.