Skip to content

Commit

Permalink
Demo link was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerpena committed Jul 26, 2016
1 parent ebd6a17 commit a6f9553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Demo
---

You can check the [online demo here](http://redux-autoform.github.io/redux-autoform/demo.html). Don't forget to check out all the **presets**.
You can check the [online demo here](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html). Don't forget to check out all the **presets**.


Docs
Expand Down Expand Up @@ -71,7 +71,7 @@ import { ComponentFactory } from 'redux-autoform';

####DefaultEditComponentFactory ([source](https://github.com/gearz-lab/redux-autoform/blob/master/src/BootstrapEditComponentFactory.js))####

This is a pre-populated factory, the same used in the [demo](http://gearz-lab.github.io/redux-autoform/demo.html).
This is a pre-populated factory, the same used in the [demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html).
In order to use it, `import` it and just pass it to the `componentFactory` prop of the `AutoForm`.

```js
Expand Down

0 comments on commit a6f9553

Please sign in to comment.