Skip to content

Commit

Permalink
Update update non working link (#2938)
Browse files Browse the repository at this point in the history
  • Loading branch information
p4bloch authored and James Baxley committed Feb 2, 2018
1 parent 50929f3 commit 45bad83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/features/cache-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mutate({

<h3 id="directAccess">`update`</h3>

Using `update` gives you full control over the cache, allowing you to make changes to your data model in response to a mutation in any way you like. `update` is the recommended way of updating the cache after a query. It is explained in full [here](http://dev.apollodata.com/react/api-mutations.html#graphql-mutation-options-update).
Using `update` gives you full control over the cache, allowing you to make changes to your data model in response to a mutation in any way you like. `update` is the recommended way of updating the cache after a query. It is explained in full [here](https://www.apollographql.com/docs/react/basics/mutations.html#graphql-mutation-options-update).

```javascript
import CommentAppQuery from '../queries/CommentAppQuery';
Expand Down

0 comments on commit 45bad83

Please sign in to comment.