docs: fix broken troubleshooting anchor in Anthropic provider page#42297
Open
angrybirddd wants to merge 1 commit intoopenclaw:mainfrom
Open
docs: fix broken troubleshooting anchor in Anthropic provider page#42297angrybirddd wants to merge 1 commit intoopenclaw:mainfrom
angrybirddd wants to merge 1 commit intoopenclaw:mainfrom
Conversation
Contributor
Greptile SummaryThis PR fixes two broken anchor links in the Anthropic provider documentation (EN and zh-CN). The old links pointed to
Confidence Score: 5/5
Last reviewed commit: 129fdbe |
129fdbe to
eff92b5
Compare
Contributor
Author
|
Did a force-pushed to update the wrong Author and Email address :) |
3 tasks
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.
Summary
/gateway/troubleshooting#oauth-token-refresh-failed-anthropic-claude-subscription, but that anchor does not exist in the restructured troubleshooting page.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
None — discovered during docs review.
User-visible / Behavior Changes
Troubleshooting link in Anthropic provider docs now correctly navigates to the troubleshooting page instead of a non-existent anchor.
Security Impact (required)
Repro + Verification
Steps
Before: lands on troubleshooting page top, anchor not found.
After: lands on troubleshooting page (intentional, section was removed in restructure).

Evidence
Target page headings (no
oauth-token-refresh-failedanchor exists):## Command ladder,## Anthropic 429 extra usage required for long context,## No replies,## Dashboard control ui connectivity,## Gateway service not running,## Channel connected messages not flowing, ...Human Verification (required)
docs/gateway/troubleshooting.mdby checking all headings. Confirmed the same page already has a working/gateway/troubleshootinglink at line 231 without the anchor.providers/anthropic.md, so only EN and zh-CN need fixing.Compatibility / Migration
Failure Recovery (if this breaks)
docs/providers/anthropic.md,docs/zh-CN/providers/anthropic.mdRisks and Mitigations
None.