Fix broken "group cohort targeting" anchor on Feature Flags page - #224
Open
claude[bot] wants to merge 3 commits into
Open
Fix broken "group cohort targeting" anchor on Feature Flags page#224claude[bot] wants to merge 3 commits into
claude[bot] wants to merge 3 commits into
Conversation
The "group cohort targeting" links pointed to #rollout-groups, but "Rollout Groups" is a <Step> title (not a markdown heading) so Mintlify generates no anchor for it and the link resolved nowhere. Repoint both occurrences to #targeting-&-identity-management, the enclosing section heading that actually contains the Group Cohort Targeting content. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MvQDFEq85acYnnKQFUeTZX
Contributor
Repoint the two changelog links that pointed at the dead /docs/featureflags#rollout-groups anchor to the real section anchor #targeting-&-identity-management, matching the fix on featureflags.mdx. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MvQDFEq85acYnnKQFUeTZX
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
amymadden-bit
enabled auto-merge (squash)
September 3, 2026 13:42
Contributor
Author
|
Friendly nudge on this one, @mmedina3 — when you have a moment. It's a small docs-only fix: repointing a broken Generated by Claude Code |
austinpray-mixpanel
approved these changes
Sep 8, 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.
Requested by Amy Madden · Slack thread
Before: On the Feature Flags page, the "group cohort targeting" link (in the Concepts & terminology → Runtime Properties bullet, and again in the Runtime Targeting step) pointed to
#rollout-groups. That anchor resolves nowhere: "Rollout Groups" is a<Step title="Rollout Groups">component, not a markdown heading, and Mintlify only auto-generates anchors from markdown headings — so clicking the link went nowhere.After: Both occurrences now point to
#targeting-&-identity-management, the## Targeting & Identity Managementsection heading that actually contains the "Rollout Groups" step and the "Group Cohort Targeting" subsection. This is the closest resolvable anchor for that content (verified against the deployed page's real heading IDs). No copy changes — only the two hrefs were repointed.🤖 Generated with Claude Code
https://claude.ai/code/session_01MvQDFEq85acYnnKQFUeTZX
Generated by Claude Code