Skip to content

Commit c3b1d93

Browse files
authored
TINYDOC-3541 - Add redirects for migration-from-6x and powerpaste 404s (#4235)
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/
1 parent b1894e2 commit c3b1d93

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

redirects.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,6 +2877,14 @@
28772877
"location": "/docs/tinymce/latest/mathequations/",
28782878
"redirect": "/docs/tinymce/latest/math/"
28792879
},
2880+
{
2881+
"location": "/docs/tinymce/latest/migration-from-6x/",
2882+
"redirect": "/docs/tinymce/latest/migration-from-6x-to-8x/"
2883+
},
2884+
{
2885+
"location": "/docs/tinymce/latest/powerpaste/",
2886+
"redirect": "/docs/tinymce/latest/introduction-to-powerpaste/"
2887+
},
28802888
{
28812889
"location": "/docs/tinymce/latest/premium-full-featured/",
28822890
"redirect": "/docs/tinymce/latest/full-featured-premium-demo/"

0 commit comments

Comments
 (0)