From 676ba6c98e1da07d10788e41526496b364feb70c Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Mon, 10 Nov 2025 11:02:22 -0600 Subject: [PATCH] update service principals redirect --- content/hcp-docs/redirects.jsonc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/hcp-docs/redirects.jsonc b/content/hcp-docs/redirects.jsonc index ee3de69c0a..b8d912b081 100644 --- a/content/hcp-docs/redirects.jsonc +++ b/content/hcp-docs/redirects.jsonc @@ -59,6 +59,11 @@ "destination": "/hcp/docs/hcp/iam/service-principal", "permanent": true, }, + { + "source": "/hcp/docs/hcp/iam/service-principals", + "destination": "/hcp/docs/hcp/iam/service-principal", + "permanent": true, + }, { "source": "/hcp/docs/hcp/security/sso", "destination": "/hcp/docs/hcp/admin/iam/sso",