Skip to content

Commit 20c6e38

Browse files
authored
fix(docs): update broken links in multiple sections of docs - @Shalinit3
2 parents 0a71f63 + 5c7a79e commit 20c6e38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/getting_started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const createStoreWithFirebase = compose(
5757
const store = createStoreWithFirebase(rootReducer)
5858
```
5959

60-
View the [config section](/enhancer.html) for full list of configuration options.
60+
View the [config section](docs/api/enhancer) for full list of configuration options.
6161

6262
## Use in Components
6363

@@ -88,7 +88,7 @@ export default compose(
8888

8989
### Decorators
9090

91-
They are completely optional, but ES7 Decorators can be used. [The Simple Example](examples/simple) shows implementation without decorators, while [the Decorators Example](examples/decorators) shows the same application with decorators implemented.
91+
They are completely optional, but ES7 Decorators can be used. [The Simple Example](https://github.com/prescottprue/react-redux-firebase/blob/master/examples/complete/simple/src/Home.js) shows implementation without decorators, while [the Decorators Example](https://github.com/prescottprue/react-redux-firebase/blob/master/examples/snippets/decorators/App.js) shows the same application with decorators implemented.
9292

9393
A side by side comparison using [react-redux](https://github.com/reactjs/react-redux)'s `connect` function/HOC is the best way to illustrate the difference:
9494

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)