Commit 5e9ddbd
fix: correct stale documentation URLs in error mapper (#69)
Two doc paths in the error mapper (`internal/api/transport/errors.go`)
404 after the docs restructure:
- SDK/internal errors: `getting-started/errors` → `platform/errors`
- `getResponse`: `platform/get-response` → `platform/task-polling`
No tests assert these URLs, so this is a two-line constant change.
Mirrors the same fix already shipped in the TypeScript and Python SDKs.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 86db2c1 commit 5e9ddbd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments