Skip to content

Fix broken fragment links in Chronograf v1.11.0 release notes#6864

Open
Copilot wants to merge 3 commits intochronograf-1.11.0from
copilot/fix-broken-links-in-report
Open

Fix broken fragment links in Chronograf v1.11.0 release notes#6864
Copilot wants to merge 3 commits intochronograf-1.11.0from
copilot/fix-broken-links-in-report

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

CI link checker identified 6 broken fragment links in the release notes pointing to incorrect heading IDs. Hugo's heading ID generation transforms special characters differently than the original links assumed.

Changes

Updated fragment IDs in content/chronograf/v1/about_the_project/release-notes.md to match Hugo-generated heading IDs:

  • OAuth 2.0: oauth-2-0oauth-20 (periods removed)
  • CLI options: Added command-line flag syntax to IDs
    • host-page-disabled-h--host-page-disabled---h
    • basepath-p--basepath---p (3 instances)
  • Line Graph + Single Stat: line-graph-single-statline-graph--single-stat (plus sign becomes double dash)
  • Dashboard config: step-6-configure-your-dashboardconfigure-dashboard-wide-settings (incorrect heading reference)
  • TICKscript: tickscript-managementmanage-kapacitor-tickscripts (incorrect heading reference)

All target heading IDs verified to exist in generated HTML.

Original prompt

Pull request: #6854

Fix broken links in the report (lines 102-107): https://github.com/influxdata/docs-v2/actions/runs/22359394578/job/64708160001#step:12:102


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 24, 2026 16:21
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
…ent IDs

Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix broken links in the report Fix broken fragment links in Chronograf v1.11.0 release notes Feb 24, 2026
Copilot AI requested a review from jstirnaman February 24, 2026 16:29
@jstirnaman jstirnaman marked this pull request as ready for review February 25, 2026 16:02
@jstirnaman jstirnaman requested a review from a team as a code owner February 25, 2026 16:02
@jstirnaman jstirnaman requested review from sanderson and removed request for a team and sanderson February 25, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants