Skip to content

Commit

Permalink
Update link in HeuristicFragmentMatcher error (#4220)
Browse files Browse the repository at this point in the history
* Update link in HeuristicFragmentMatcher error

We changed the docs but not the link

* Changelog update
  • Loading branch information
stubailo authored and hwillson committed Jan 2, 2019
1 parent 67e6e4b commit b1ca202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
[@CarloPalinckx](https://github.com/CarloPalinckx) in [#4189](https://github.com/apollographql/apollo-client/pull/4189) <br/>
[@joebernard](https://github.com/joebernard) in [#4206](https://github.com/apollographql/apollo-client/pull/4206) <br/>
[@evans](https://github.com/evans) in [#4213](https://github.com/apollographql/apollo-client/pull/4213) <br/>
[@danilobuerger](https://github.com/danilobuerger) in [#4214](https://github.com/apollographql/apollo-client/pull/4214)
[@danilobuerger](https://github.com/danilobuerger) in [#4214](https://github.com/apollographql/apollo-client/pull/4214) <br/>
[@stubailo](https://github.com/stubailo) in [#4220](https://github.com/apollographql/apollo-client/pull/4220)

### Apollo Utilities (vNext)

Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-cache-inmemory/src/fragmentMatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class HeuristicFragmentMatcher implements FragmentMatcherInterface {
'queries contain union or interface types. Apollo Client will not be ' +
'able to accurately map fragments. To make this error go away, use ' +
'the `IntrospectionFragmentMatcher` as described in the docs: ' +
'https://www.apollographql.com/docs/react/recipes/fragment-matching.html',
'https://www.apollographql.com/docs/react/advanced/fragments.html#fragment-matcher',
'error',
);

Expand Down

0 comments on commit b1ca202

Please sign in to comment.