Skip to content

Commit a51b2e4

Browse files
claude[bot]H2Shami
andcommitted
docs: remove remaining broken /settings/providers and /credits links
- Replace specific dead links with generic dashboard references - Fixes final 2 broken links flagged by Mintlify link checker Co-authored-by: Hammad Shami <H2Shami@users.noreply.github.com>
1 parent 22af937 commit a51b2e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/gateway/concepts/error-handling.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ When both billing methods fail, the gateway returns the **most actionable error*
114114
```
115115

116116
**Solutions**:
117-
1. Add Helicone credits at [Credits](https://us.helicone.ai/credits)
118-
2. Configure provider keys in [Settings > Providers](https://us.helicone.ai/settings/providers)
117+
1. Add Helicone credits in your dashboard
118+
2. Configure provider keys in your dashboard settings
119119
3. Enable [automatic retries](/features/advanced-usage/retries) with `Helicone-Retry-Enabled: true` to handle transient failures
120120

121121
<Info>
@@ -131,11 +131,11 @@ When both billing methods fail, the gateway returns the **most actionable error*
131131
When you see an error, you can determine which billing method it came from:
132132

133133
**PTB Errors**:
134-
- 429: "Insufficient credits" → Add credits at [Credits](https://us.helicone.ai/credits)
134+
- 429: "Insufficient credits" → Add credits in your dashboard
135135
- 403: "Wallet suspended" → Contact support
136136

137137
**BYOK Errors**:
138-
- 401: "Invalid API key" → Check provider keys in [Settings > Providers](https://us.helicone.ai/settings/providers)
138+
- 401: "Invalid API key" → Check provider keys in your dashboard settings
139139
- 500: "Provider error" → Check provider status
140140
- 503: "Service unavailable" → Provider having issues
141141

@@ -253,8 +253,8 @@ function classifyError(error: any) {
253253

254254
- [Automatic Retries](/features/advanced-usage/retries) - Configure retry headers for handling transient failures
255255
- [Provider Routing](/gateway/provider-routing) - Learn how to configure fallback providers
256-
- [Settings: Provider Keys](/settings/providers) - Add your provider API keys
257-
- [Credits](/credits) - Add Helicone credits for Pass-Through Billing
256+
- Provider Keys - Add your provider API keys in your dashboard settings
257+
- Credits - Add Helicone credits for Pass-Through Billing in your dashboard
258258

259259
<Info>
260260
**Need Help?** If you're seeing unexpected errors or need assistance configuring fallback, contact us at support@helicone.ai or join our [Discord community](https://discord.com/invite/zsSTcH2qhG).

0 commit comments

Comments
 (0)