docs: Anchor link case sensitivity #9094
Merged
+1
−1
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.
Reason for change:
The anchor link
#bootstrapping-projects-with-promptsindocs/source/guide/prompts_overview.mdwas not working because it was case-sensitive and did not match the exact casing of its target heading### Bootstrapping projects with Prompts. This PR updates the anchor link to correctly match the heading's case.Screenshots:
N/A - This is a documentation fix with no visible UI changes beyond the link now working.
Rollout strategy:
Standard documentation deployment.
Testing:
Verified by checking the diff and confirming the anchor link now matches the heading's case. The fix can be confirmed by navigating to the rendered documentation and clicking the "bootstrapping use case" link to ensure it scrolls to the correct section.
Risks:
Minimal to none. This is a minor documentation correction.
Reviewer notes:
Please confirm that the anchor link on line 65 now correctly points to the "Bootstrapping projects with Prompts" section.
General notes:
Anchor links in this documentation system are case-sensitive. The change from
#bootstrapping-projects-with-promptsto#Bootstrapping-projects-with-Promptsensures the link functions as intended.Slack Thread