From ac6ece72037a7b4d2ebf503fb878bbe60e0403f0 Mon Sep 17 00:00:00 2001 From: Daniel Riera Date: Thu, 4 Nov 2021 19:50:13 +0100 Subject: [PATCH] Change API URL Documentation --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 5016330f..161205a3 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -14,7 +14,7 @@ declare module '@react-native-async-storage/async-storage' { * `AsyncStorage` will use either [RocksDB](http://rocksdb.org/) or SQLite * based on what is available. * - * @see https://github.com/react-native-async-storage/react-native-async-storage/blob/master/docs/API.md + * @see https://react-native-async-storage.github.io/async-storage/docs/api */ export interface AsyncStorageStatic { /**