From bdfe084718cfa7e2be4328f669828d6025aa9d5e Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Fri, 5 Jun 2026 10:16:20 +0300 Subject: [PATCH] [dev] fix redirect links --- docker/redirects.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/redirects.conf b/docker/redirects.conf index b8ce34f0..b00dff12 100644 --- a/docker/redirects.conf +++ b/docker/redirects.conf @@ -1,8 +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/; +/deprecated_doc/ /spreadsheet/migration/#21---30/; +/react_integration/ /spreadsheet/react/; /angular_integration.html /spreadsheet/angular_integration/; /vuejs_integration.html /spreadsheet/vuejs_integration/;