diff --git a/netlify.toml b/netlify.toml index e2cebea737..c60cef7975 100644 --- a/netlify.toml +++ b/netlify.toml @@ -494,8 +494,14 @@ force = true [[redirects]] - from = "/guides/cloud/debugging/" - to = "/guides/cloud/" + from = "/guides/cloud/debugging/test-replay" + to = "/guides/cloud/test-replay" + status = 301 + force = true + +[[redirects]] + from = "/guides/cloud/debugging/recorded-runs" + to = "/guides/cloud/recorded-runs" status = 301 force = true