docs: fix broken troubleshooting anchor in Anthropic provider page#42297
docs: fix broken troubleshooting anchor in Anthropic provider page#42297angrybirddd wants to merge 1 commit intoopenclaw:mainfrom
Conversation
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
|
Did a force-pushed to update the wrong Author and Email address :) |
|
Closing this as implemented after Codex review. Current What I checked:
So I’m closing this as already implemented rather than keeping a duplicate issue open. Review notes: reviewed against 7d9172d5e093; fix evidence: commit 4737a86071e3. |
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.