TINYDOC-3563 - Add redirects for 404 URLs#4289
Open
kemister85 wants to merge 2 commits into
Open
Conversation
kemister85
marked this pull request as ready for review
July 24, 2026 04:08
kemister85
requested review from
a team,
TheSpyder,
lostkeys,
ltrouton,
mikegauci-tiny,
shanmen-tiny and
tiny-ben-tran
and removed request for
a team and
lostkeys
July 24, 2026 04:08
MitchC1999
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: TINYDOC-3563
Changes:
redirects.jsonfor documentation URLs currently returning 404, sourced from the ticket's filtered list. Entries are inserted in alphabetical order within the existing/docs/tinymce/{6,7,latest}/sections./docs/tinymce/6/—cloud-configuration-options/,editor-instance/,toolbar-configuration//docs/tinymce/7/—custom-ui-components//docs/tinymce/latest/— 7.0 through 7.6.1 release notes,bundle-hyperlinking-container/,bundle-spelling-container/,editor-premium-upgrade-promotion/,introduction-to-premium-selfhosted-services/,license,migration-from-4x/,migration-from-5x/Deviation from ticket (v7 release-notes targets):
/docs/tinymce/latest/7.0-release-notes/and7.2-release-notes/to their specific/docs/tinymce/7/…pages, but routed the other nine 7.x release-notes URLs to the generic/docs/tinymce/latest/release-notes/index. All eleven target pages exist and are live on the/7/line (tinymce/7), so this PR maps every/docs/tinymce/latest/7.X-release-notes/to its matching/docs/tinymce/7/7.X-release-notes/page for consistency and better UX (users land on the release notes they requested rather than a generic list).Notes:
/latest/targets resolve to published pages ontinymce/8, the/docs/tinymce/7/…targets to live v7 pages, and/pricing/and/docs/tinymce/latest/to valid site roots.main, consistent with the previous redirects change (TINYDOC-3541 - Add redirects for migration-from-6x and powerpaste 404s #4235), asredirects.jsonis site-level configuration that lives onmain.Pre-checks:
feature/<version>/,hotfix/<version>/,staging/<version>/, orrelease/<version>/.modules/ROOT/nav.adochas been updated(if applicable). — N/A (redirects only)release noteentry for anyNew product features. — N/Aproductminorversion… — N/AReview: