diff --git a/docs/architecture.md b/docs/architecture.md index b90d694183..a237db5902 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -10,7 +10,7 @@ As you use it in your app, it's split into three parts: - Bindings — such as for React, Preact, Vue, or Svelte — which interact with `@urql/core`'s `Client`. -- The Client — as created [with the core `@urql/core` package](./basics/code.md), which interacts with "exchanges" to execute GraphQL +- The Client — as created [with the core `@urql/core` package](./basics/core.md), which interacts with "exchanges" to execute GraphQL operations, and which you can also use directly. - Exchanges, which provide functionality like fetching or caching to the `Client`.