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 <[email protected]>
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
@jstirnaman jstirnaman marked this pull request as ready for review December 16, 2025 18:58
@jstirnaman jstirnaman merged commit db6a96f into master Dec 16, 2025
2 checks passed
@jstirnaman jstirnaman deleted the copilot/fix-broken-link-in-docs branch December 16, 2025 19:04
jstirnaman added a commit that referenced this pull request Dec 22, 2025
* Initial plan

* Change token type headings from h4 to h3 to fix fragment detection

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 <[email protected]>

* fix(v2): Clarify operator token auto- vs manual- generation

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: jstirnaman <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>
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