Skip to content

Commit b7ede5a

Browse files
authored
docs: fix link for combinederror (#3751)
1 parent 7a798ec commit b7ede5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ order: 5
77

88
When we use a GraphQL API there are two kinds of errors we may encounter: Network Errors and GraphQL
99
Errors from the API. Since it's common to encounter either of them, there's a
10-
[`CombinedError`](../api/core.md#combinederror-class) class that can hold and abstract either.
10+
[`CombinedError`](../api/core.md#combinederror) class that can hold and abstract either.
1111

1212
We may encounter a `CombinedError` when using `urql` wherever an `error` may be returned, typically
1313
in results from the API. The `CombinedError` can have one of two properties that describe what went

0 commit comments

Comments
 (0)