From 12f9f1c4c98cd4cfc0df5d56e4a1a774a826a176 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Tue, 5 Nov 2024 07:51:38 -0500 Subject: [PATCH] Fix a redirect (#48383) Fix a redirect that was actually broken but slipped past `gravitational/docs` protections due to incorrect destination-checking logic. --- docs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.json b/docs/config.json index 0a63fa2737f71..b3bc08103cdba 100644 --- a/docs/config.json +++ b/docs/config.json @@ -392,7 +392,7 @@ }, { "source": "/application-access/jwt/", - "destination": "/enroll-resources/application-access/jwt/", + "destination": "/enroll-resources/application-access/jwt/jwt/", "permanent": true }, {