From aa1ef0979dca8ab9b4b44b79d628ed1168a6a620 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 22 Jun 2026 17:06:34 +1000 Subject: [PATCH] TINYDOC-3541 - Add redirects for migration-from-6x and powerpaste 404s Add redirect entries mapping the renamed pages: - /docs/tinymce/latest/migration-from-6x/ -> /docs/tinymce/latest/migration-from-6x-to-8x/ - /docs/tinymce/latest/powerpaste/ -> /docs/tinymce/latest/introduction-to-powerpaste/ --- redirects.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/redirects.json b/redirects.json index 2932cf7bd1..21a4e7a440 100644 --- a/redirects.json +++ b/redirects.json @@ -2877,6 +2877,14 @@ "location": "/docs/tinymce/latest/mathequations/", "redirect": "/docs/tinymce/latest/math/" }, + { + "location": "/docs/tinymce/latest/migration-from-6x/", + "redirect": "/docs/tinymce/latest/migration-from-6x-to-8x/" + }, + { + "location": "/docs/tinymce/latest/powerpaste/", + "redirect": "/docs/tinymce/latest/introduction-to-powerpaste/" + }, { "location": "/docs/tinymce/latest/premium-full-featured/", "redirect": "/docs/tinymce/latest/full-featured-premium-demo/"