Skip to content

Commit

Permalink
docs: fix apollo local state link (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbnp authored Jun 8, 2020
1 parent 208cfa7 commit a64f183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/client-state.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Client state

You can use [local state](https://www.apollographql.com/docs/react/essentials/local-state.html) for client-only local data with the related options of `createApolloClient`:
You can use [local state](https://www.apollographql.com/docs/tutorial/local-state/) for client-only local data with the related options of `createApolloClient`:

```js
import gql from 'graphql-tag'
Expand Down

0 comments on commit a64f183

Please sign in to comment.