Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

docs: Fix broken link (#3555)

Malcolm 0b9a52a9 747113b0

Changed files
+1 -1
docs
+1 -1
docs/graphcache/normalized-caching.md
···
However, this isn't quite enough yet to store the relations from GraphQL results. The normalized
cache must also generate primary keys for each entity so that it can store them in table-like data
structures. This is for instance why [Relay
-
enforces](https://relay.dev/docs/en/graphql-server-specification.html#object-identification) that
+
enforces](https://relay.dev/docs/guides/graphql-server-specification/#object-identification) that
each entity must have an `id` field. This allows it to assume that there's an obvious primary key
for each entity it may query. Instead, `urql`'s Graphcache and Apollo assume that there _may_ be an
`id` or `_id` field in a given selection set. If Graphcache can't find these two fields it'll issue