From af5afffa0c5c9124a4fe90d7a798a4994284f095 Mon Sep 17 00:00:00 2001 From: Hein Rutjes Date: Thu, 17 Mar 2022 15:05:24 +0100 Subject: [PATCH] focs: fix older sdk links --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dec6120..e19b510 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ const firestore = getFirestore(app); // Initialize `firestorter` initFirestorter(makeWebContext({ firestore })); ``` -> See here on how to use with [react-native](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-react-native), [compat mode](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-compat-mode) and [older firebase SDKs](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-older-javascript_sdks_v8). +> See here on how to use with [react-native](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-react-native), [compat mode](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-compat-mode) and [older firebase SDKs](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-older-javascript-sdks-lt-v8). **2. Create a `Collection` or `Document`** diff --git a/docs/README.md b/docs/README.md index a8f44a5..ed57756 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ const firestore = getFirestore(app); // Initialize `firestorter` initFirestorter(makeWebContext({ firestore: firestore })); ``` -> See here on how to use with [react-native](./guides/Installation.md#usage-with-react-native), [compat mode](./guides/Installation.md#usage-with-compat-mode) and [older firebase SDKs](./guides/Installation.md#usage-with-older-javascript_sdks_v8). +> See here on how to use with [react-native](./guides/Installation.md#usage-with-react-native), [compat mode](./guides/Installation.md#usage-with-compat-mode) and [older firebase SDKs](./guides/Installation.md#usage-with-older-javascript-sdks-lt-v8). **2. Create a `Collection` or `Document`**