From d8c5e0ba4aa9dd2d5326c0e07b12e20cb8c4e820 Mon Sep 17 00:00:00 2001 From: Kevin Strong-Holte <42565453+kstrongholte@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:43:18 -0800 Subject: [PATCH] Added redirect from "Sanitize HTTP Traces" to "Generate and Analyze HAR Files (#10345) --- config/redirects.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/redirects.js b/config/redirects.js index e15660fbea..2cedfe2c33 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -8179,6 +8179,7 @@ const redirects = [ '/troubleshoot/guides/generate-har-files', '/troubleshoot/generate-and-analyze-har-files', '/troubleshoot/tools/generate-and-analyze-har-files', + '/troubleshoot/troubleshooting-tools/sanitize-http-traces', ], to: '/troubleshoot/troubleshooting-tools/generate-and-analyze-har-files', },