From 888e27a826850c40841b3c151980947b71689116 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 7 May 2026 17:15:38 +1000 Subject: [PATCH] DOC-3504: Add redirect from /docs/tinymce/5/react-cloud/ to /docs/tinymce/5/react/ The react-cloud page does not exist in TinyMCE 5 docs, causing 404s. Redirect visitors to the correct versioned React integration page. --- redirects.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/redirects.json b/redirects.json index 6fb358bddc..2932cf7bd1 100644 --- a/redirects.json +++ b/redirects.json @@ -2312,6 +2312,10 @@ "location": "/docs/tinymce/5/integrations/laravel/laravel-zip-install/", "redirect": "/docs/tinymce/5/" }, + { + "location": "/docs/tinymce/5/react-cloud/", + "redirect": "/docs/tinymce/5/react/" + }, { "location": "/docs/tinymce/5/integrations/react/", "redirect": "/docs/tinymce/5/"