Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 10, 2025

Link checker failed on #operator-token fragment in /influxdb/v2/admin/tokens/. The newly created _index.md used h4 headings which lychee couldn't reliably detect.

Changed token type headings from h4 to h3:

  • #### Operator token### Operator token
  • #### All Access token### All Access token
  • #### Read/Write token### Read/Write token

Anchor IDs unchanged; all existing links remain valid.

Original prompt

This section details on the original issue you should resolve

<issue_title>Fix broken link</issue_title>
<issue_description>Reported by link-checker in #6585:

Error: Broken link: file:///home/runner/work/docs-v2/docs-v2/public/influxdb/v2/admin/tokens#operator-token - Cannot find fragment: Fragment not found in document. Check if fragment exists or page structure

</issue_description>

<agent_instructions>Check the files in the mentioned PR, find and fix the broken link</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Changed heading levels for Operator token, All Access token, and Read/Write token from level 4 to level 3. This ensures better compatibility with link checkers that may have issues detecting fragments in h4 headings.

Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix broken link in InfluxDB documentation Fix broken fragment link to #operator-token Dec 10, 2025
Copilot AI requested a review from jstirnaman December 10, 2025 17:28
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.

Fix broken link

2 participants