Skip to content

Commit 17095a9

Browse files
committed
docs: update error handling guide link in API server reference
- Changed the link to the Error Handling Guide from '../features/error-handling/' to '../architecture/error-handling//' - This update ensures that users are directed to the correct location for detailed information on error codes and their meanings
1 parent 4c9b030 commit 17095a9

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/api-server/reference

1 file changed

+1
-1
lines changed

src/content/docs/api-server/reference/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Failed requests will return an appropriate HTTP status code (e.g., `400`, `401`,
6060
```
6161

6262
<Aside type="note">
63-
For a detailed list of possible error codes and their meanings, please see the [Error Handling Guide](../features/error-handling/).
63+
For a detailed list of possible error codes and their meanings, please see the [Error Handling Guide](../architecture/error-handling//).
6464
</Aside>
6565

6666
## API Endpoint Guides

0 commit comments

Comments
 (0)