From 5a7882e2a450ba3b3a29569b62bd3d9903301e4f Mon Sep 17 00:00:00 2001 From: Geise Costa Date: Thu, 5 Dec 2024 09:15:46 -0300 Subject: [PATCH] EDU-11238 Redirected link --- netlify.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 0542cb4a4..126ec3b8f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1505,4 +1505,10 @@ to = "/docs/guides/vtex-io-documentation-optimizing-image-rendering" force = true from = "/docs/guides/how-to-customize-instore" status = 308 -to = "/docs/guides/how-to-customize-vtex-sales-app" \ No newline at end of file +to = "/docs/guides/how-to-customize-vtex-sales-app" + +[[redirects]] +force = true +from = "/docs/guides/vtex-admin-customers" +status = 308 +to = "/docs/apps/vtex.admin-customers" \ No newline at end of file