You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ persistCacheSync({
104
104
105
105
You can optionally pass a `persistenceMapper` function to the `CachePersistor` which
106
106
will allow you to control what parts of the Apollo Client cache get persisted. Please
107
-
refer to the [Advanced Usage of the `CachePersistor`](#using-cachepersistor) for more
107
+
refer to the [Advanced Usage of the `CachePersistor`](https://github.com/apollographql/apollo-cache-persist/blob/master/docs/advanced-usage.md#using-cachepersistor) for more
0 commit comments