diff --git a/docs/source/links/state.md b/docs/source/links/state.md index 934dfcc727..d17371d4d2 100644 --- a/docs/source/links/state.md +++ b/docs/source/links/state.md @@ -38,7 +38,7 @@ npm install apollo-link-state --save ``` The rest of the instructions assume that you have already [set up Apollo -Client](https://www.apollographql.com/docs/react/basics/setup/#installation) in your application. After +Client](https://www.apollographql.com/docs/react/get-started/) in your application. After you install the package, you can create your state link by calling `withClientState` and passing in a resolver map. A resolver map describes how to retrieve and update your local data.