Skip to content

Commit a64f183

Browse files
authored
docs: fix apollo local state link (#276)
1 parent 208cfa7 commit a64f183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/client-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Client state
22

3-
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`:
3+
You can use [local state](https://www.apollographql.com/docs/tutorial/local-state/) for client-only local data with the related options of `createApolloClient`:
44

55
```js
66
import gql from 'graphql-tag'

0 commit comments

Comments
 (0)