From 9930283f157a0cd24c71aec28939473f5dd2f886 Mon Sep 17 00:00:00 2001 From: Charlie Cruzan <35579283+cruzach@users.noreply.github.com> Date: Wed, 7 Aug 2019 05:33:42 -0400 Subject: [PATCH] docs: update outdated Expo SQLite link * update Expo SQLite link * docs: fix expo-example repo link --- docs/supported-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported-platforms.md b/docs/supported-platforms.md index 64dffa361d..3753dbbff1 100644 --- a/docs/supported-platforms.md +++ b/docs/supported-platforms.md @@ -63,7 +63,7 @@ TypeORM is able to on React Native apps using the [react-native-sqlite-storage]( ## Expo -TypeORM is able to run on Expo apps using the [Expo SQLite API](https://docs.expo.io/versions/latest/sdk/sqlite.html). For an example how to use TypeORM in Expo see [typeorm/react-native-example](https://github.com/typeorm/react-native-example). +TypeORM is able to run on Expo apps using the [Expo SQLite API](https://docs.expo.io/versions/latest/sdk/sqlite/). For an example how to use TypeORM in Expo see [typeorm/expo-example](https://github.com/typeorm/expo-example). ## NativeScript