From d5f098d3fd44695beda2fcfa01bc6d29649e4197 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Tue, 26 May 2026 16:23:16 +0300 Subject: [PATCH] [dev] add redirect links --- docker/redirects.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/redirects.conf b/docker/redirects.conf index eeabc5bb..2eb57de0 100644 --- a/docker/redirects.conf +++ b/docker/redirects.conf @@ -1,6 +1,8 @@ /installation.html /spreadsheet/initialization.html; /api__selection__getselectedcells.html /spreadsheet/api__selection__getselectedcell.html; /api__selection__setselectedcells.html /spreadsheet/api__selection__setselectedcell.html; +/deprecated_doc.html /spreadsheet/migration/#21---30/; +/react_integration.html /spreadsheet/react/; /angular_integration.html /spreadsheet/angular_integration/; /react_integration.html /spreadsheet/react_integration/;