Skip to content

Commit 1059b6e

Browse files
authored
fix(docs): fix typo'd URL (#3629)
1 parent 4e52cf0 commit 1059b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ As you use it in your app, it's split into three parts:
1010

1111
- Bindings — such as for React, Preact, Vue, or Svelte — which interact with `@urql/core`'s
1212
`Client`.
13-
- The Client — as created [with the core `@urql/core` package](./basics/code.md), which interacts with "exchanges" to execute GraphQL
13+
- The Client — as created [with the core `@urql/core` package](./basics/core.md), which interacts with "exchanges" to execute GraphQL
1414
operations, and which you can also use directly.
1515
- Exchanges, which provide functionality like fetching or caching to the `Client`.
1616

0 commit comments

Comments
 (0)