Fix broken links: correct data-active changelog anchor - #7303
Merged
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
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.
Summary
Link audit after #7301 (className/Tailwind docs).
mint broken-linkspassed, but an anchor check of pages linking into the modifiedcustomize/custom-scripts.mdxfound one broken fragment.Changes
changelog.mdx(andes/fr/zhcopies): thedata-activechangelog entry linked to/customize/custom-scripts#css-selectors, a heading that does not exist. Thedata-activeselector list lives under the "Element selectors" section, so the link now points to#element-selectors(localized pages expose the sameelement-selectorsdiv id).No other broken links or anchors found. All anchors introduced in #7301 (
#style-with-tailwind-css,#style-components-with-classname,#arbitrary-values-and-variants,#add-custom-css, new help-center page) resolve, and no page links to the renamed "Resize images" heading's old anchor.mint validateandmint broken-linkspass.Note
Low Risk
Documentation-only anchor URL updates in changelog MDX; no application code or auth/data paths touched.
Overview
Fixes a broken in-page link on the
data-activeCSS selectors changelog bullet introduced after the custom-scripts doc restructure in #7301.In
changelog.mdxand thees,fr, andzhchangelog copies, the link to custom scripts now uses#element-selectorsinstead of#css-selectors, matching where the selector list actually lives oncustomize/custom-scripts. No product or runtime behavior changes—only anchor URLs in changelog copy.Reviewed by Cursor Bugbot for commit b736080. Bugbot is set up for automated code reviews on this repo. Configure here.