Skip to content

Commit 50a4b8b

Browse files
authored
Merge pull request #438 from builtbyproxy/patch-1
Fix Advanced Doc Readme Links
2 parents 15d8b40 + 42e9555 commit 50a4b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ const persistor = new CachePersistor({
104104
})
105105
```
106106
107-
Take a look at the [examples](./examples/react-native/src/utils/persistence/persistenceMapper.ts)
108-
and [it's corresponding documentation](./examples/react-native/src/utils/persistence/README.md)
107+
Take a look at the [examples](../examples/react-native/src/utils/persistence/persistenceMapper.ts)
108+
and [it's corresponding documentation](../examples/react-native/src/utils/persistence/README.md)
109109
110110
## Custom Triggers
111111

0 commit comments

Comments
 (0)