diff --git a/netlify.toml b/netlify.toml index 67fcf8078984f..7a908490441b1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -21,6 +21,10 @@ from = "/en/quick-start" to = "/en/installation" + [[redirects]] + from = "/:lang/deploy/:service" + to = "/:lang/guides/deploy/:service" + [[redirects]] from = "/:lang/*" to = "/:lang/404/"