Skip to content

Commit 16f6cef

Browse files
committed
docs: Point V3 README links to V3 branch docs
1 parent 7fcf96c commit 16f6cef

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,17 @@ A mocked MMKV instance is automatically used when testing with Jest or Vitest, s
225225

226226
## Documentation
227227

228-
* [Hooks](./docs/HOOKS.md)
229-
* [Value-change Listeners](./docs/LISTENERS.md)
230-
* [Migrate from AsyncStorage](./docs/MIGRATE_FROM_ASYNC_STORAGE.md)
231-
* [Using MMKV with redux-persist](./docs/WRAPPER_REDUX.md)
232-
* [Using MMKV with recoil](./docs/WRAPPER_RECOIL.md)
233-
* [Using MMKV with mobx-persist-storage](./docs/WRAPPER_MOBX.md)
234-
* [Using MMKV with mobx-persist](./docs/WRAPPER_MOBXPERSIST.md)
235-
* [Using MMKV with zustand persist-middleware](./docs/WRAPPER_ZUSTAND_PERSIST_MIDDLEWARE.md)
236-
* [Using MMKV with jotai](./docs/WRAPPER_JOTAI.md)
237-
* [Using MMKV with react-query](./docs/WRAPPER_REACT_QUERY.md)
238-
* [Using MMKV with Tinybase](./docs/WRAPPER_TINYBASE.md)
228+
* [Hooks](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/HOOKS.md)
229+
* [Value-change Listeners](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/LISTENERS.md)
230+
* [Migrate from AsyncStorage](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/MIGRATE_FROM_ASYNC_STORAGE.md)
231+
* [Using MMKV with redux-persist](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/WRAPPER_REDUX.md)
232+
* [Using MMKV with recoil](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/WRAPPER_RECOIL.md)
233+
* [Using MMKV with mobx-persist-storage](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/WRAPPER_MOBX.md)
234+
* [Using MMKV with mobx-persist](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/WRAPPER_MOBXPERSIST.md)
235+
* [Using MMKV with zustand persist-middleware](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/WRAPPER_ZUSTAND_PERSIST_MIDDLEWARE.md)
236+
* [Using MMKV with jotai](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/WRAPPER_JOTAI.md)
237+
* [Using MMKV with react-query](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/WRAPPER_REACT_QUERY.md)
238+
* [Using MMKV with Tinybase](https://github.com/mrousavy/react-native-mmkv/blob/v3/docs/WRAPPER_TINYBASE.md)
239239
* [How is this library different from **react-native-mmkv-storage**?](https://github.com/mrousavy/react-native-mmkv/issues/100#issuecomment-886477361)
240240

241241
## LocalStorage and In-Memory Storage (Web)

0 commit comments

Comments
 (0)