Skip to content

Commit 46942d2

Browse files
Fix doc link to AsyncStorageWrapper.ts
1 parent 1ac0c91 commit 46942d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/storage-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ use a different storage provider, such as
4343

4444
`apollo3-cache-persist` supports stable versions of storage providers mentioned above.
4545
If you want to use other storage provider, or there's a breaking change in `next` version of supported provider,
46-
you can create your own wrapper. For an example of a simple wrapper have a look at [`AsyncStorageWrapper`](./src/storageWrappers/AsyncStorageWrapper.ts).
46+
you can create your own wrapper. For an example of a simple wrapper have a look at [`AsyncStorageWrapper`](/src/storageWrappers/AsyncStorageWrapper.ts).
4747

4848
If you found that stable version of supported provider is no-longer compatible, please [submit an issue or a Pull Request](https://github.com/apollographql/apollo-cache-persist/blob/master/CONTRIBUTING.md#issues).

0 commit comments

Comments
 (0)