Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit cc5438f

Browse files
author
Eugene Starodedov
committed
Fix urls on guide quickstart page
1 parent f7d013d commit cc5438f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Check out the above links if you need any help with those prerequisites.
1616
- `npm install react-redux-form --save`
1717

1818
**Note:** - `redux-thunk` is no longer required for versions 1.3.0 and higher, unless you are using action thunk creators (such as `actions.push`, etc.).
19-
Please see [the docs for action creators]('../api/actions.html') to see which actions do not require `redux-thunk`.
19+
Please see [the docs for action creators](../api/actions.html) to see which actions do not require `redux-thunk`.
2020
If you are using a previous version, `redux-thunk` is still required, but upgrading to the latest version is highly recommended.
2121

2222
### 2. Setup your app.
@@ -49,7 +49,7 @@ ReactDOM.render(<App />, document.getElementById('app'));
4949

5050
### 3. Setup your store.
5151

52-
We'll be using [`combineForms`]('../api/combineForms.html') to create the reducer that contains all of your `modelReducer`s, and
52+
We'll be using [`combineForms`](../api/combineForms.html) to create the reducer that contains all of your `modelReducer`s, and
5353
a single `formReducer` under the `'form'` key.
5454

5555
```jsx

0 commit comments

Comments
 (0)