Skip to content

Commit 8ddebd0

Browse files
committed
fix(docs): Fix broken auth-recipes link in simple and firestore example Readme
1 parent 20ee730 commit 8ddebd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/firestore/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Your app is ready to be deployed!
6666

6767
### Integrating Auth
6868

69-
Checkout [the auth recipes](/docs/recipes/auth) for some simple examples of how to integrate auth.
69+
Checkout [the auth recipes](../../../docs/recipes/auth.md) for some simple examples of how to integrate auth.
7070

7171
**Warning**: You need to handle the loading state of auth! The recipes go over this, [but as mentioned in this issue here](https://github.com/prescottprue/react-redux-firebase/issues/93), it can seem unclear initially.
7272

examples/complete/simple/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ Your app is ready to be deployed!
6565

6666
### Integrating Auth
6767

68-
Checkout [the auth recipes](/docs/recipes/auth) for some simple examples of how to integrate auth.
68+
Checkout [the auth recipes](../../../docs/recipes/auth.md) for some simple examples of how to integrate auth.
6969

7070
**Warning**: You need to handle the loading state of auth! The recipes go over this, [but as mentioned in this issue here](https://github.com/prescottprue/react-redux-firebase/issues/93), it can seem unclear initially.

0 commit comments

Comments
 (0)