From 6b08cb30c7e5922e2d9a7c20ffbd05bc40c92fbe Mon Sep 17 00:00:00 2001 From: P1l3T0 Date: Mon, 21 Oct 2024 16:09:09 +0300 Subject: [PATCH] docs(redirect): add redirection from deprecated code libraries --- docs-builder.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs-builder.yml b/docs-builder.yml index 6b3e19811..07418f8e1 100644 --- a/docs-builder.yml +++ b/docs-builder.yml @@ -1950,3 +1950,17 @@ redirects: from: "(?<=/)ziplibrary/(.*)" to: "https://docs.telerik.com/devtools/document-processing/libraries/rad$0" type: Permanent +- + from: "(?<=/)products/aspnet-ajax/documentation/community/code-library/aspnet-ajax/file-explorer/amazon-s3-filebrowsercontentprovider.aspx" + to: "https://www.telerik.com/products/aspnet-ajax/documentation/knowledge-base/fileexplorer-connect-to-amazon-s3-storage" + type: Permanent +- + from: "(?<=/)products/aspnet-ajax/documentation/community/code-library/aspnet-ajax/scheduler/customize-the-advanced-form-with-the-advanced-template-user-controls.aspx" + to: "https://www.telerik.com/products/aspnet-ajax/documentation/introduction" + type: Permanent +- + from: "(?<=/)products/aspnet-ajax/documentation/support/code-library/radgrid-scrolling-with-predefined-step" + to: "https://www.telerik.com/products/aspnet-ajax/documentation/introduction" + type: Permanent + +