diff --git a/app/config/urls.py b/app/config/urls.py index ece34cac..20277b7a 100644 --- a/app/config/urls.py +++ b/app/config/urls.py @@ -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, + ), + ), ]