Skip to content

Commit 006700f

Browse files
authored
docs: Change API URL (#704)
1 parent fc34bfa commit 006700f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare module '@react-native-async-storage/async-storage' {
1414
* `AsyncStorage` will use either [RocksDB](http://rocksdb.org/) or SQLite
1515
* based on what is available.
1616
*
17-
* @see https://github.com/react-native-async-storage/react-native-async-storage/blob/master/docs/API.md
17+
* @see https://react-native-async-storage.github.io/async-storage/docs/api
1818
*/
1919
export interface AsyncStorageStatic {
2020
/**

0 commit comments

Comments
 (0)