Clarify redirect anchor restriction applies to sources only#6316
Conversation
- Updated create/redirects.mdx - Updated fr/create/redirects.mdx - Updated zh/create/redirects.mdx Mintlify-Source: dashboard-editor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Clarifies that the anchor/query parameter restriction in redirects only applies to source paths, not destinations. Destinations can include
#anchorfragments. Updated English, French, and Chinese versions.Prompted by customer report (T-36771).
Note
Low Risk
Documentation-only wording and markdown fixes; no product or runtime behavior changes.
Overview
Updates the redirects Note in English, French, and Chinese so it no longer reads as if anchors/query strings are forbidden on both sides of a rule. It now states that sources cannot use
#anchoror?query=, while destinations may include anchors (with an example path).Also fixes the broken
mint broken-linkscode fence closing in all three locales (stray-before the closing fence). The French page drops one blank line before the wildcard section.Reviewed by Cursor Bugbot for commit 6bb89ab. Bugbot is set up for automated code reviews on this repo. Configure here.