Skip to content

Commit d0d57c7

Browse files
committed
Fixing the demo links
1 parent 1decc46 commit d0d57c7

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Bootstrap UI for [redux-autoform](https://github.com/redux-autoform/redux-autofo
1313

1414

1515
- [Introduction](#introduction)
16+
- [Demo](#demo)
1617
- [Getting started](#getting-started)
1718
- [Using](#using)
1819
- [Add the required third-party components](#add-the-required-third-party-components)
@@ -35,6 +36,10 @@ Bootstrap UI for [redux-autoform](https://github.com/redux-autoform/redux-autofo
3536

3637
Bootstrap UI for [redux-autoform](https://github.com/redux-autoform/redux-autoform).
3738

39+
## Demo
40+
41+
[Demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html)
42+
3843
## Getting started
3944

4045
### Using
@@ -90,7 +95,7 @@ placeholder | The text that should be displayed as a hint when there's no value.
9095
addonBefore | The text that should be added-on before the component.
9196
addonAfter | The text that should be added-on after the component.
9297

93-
[TextBox demo](http://gearz-lab.github.io/redux-autoform/demo.html?preset=componentsTextBox)
98+
[TextBox demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html?preset=componentsTextBox)
9499

95100
### TextArea
96101

@@ -103,11 +108,11 @@ addonBefore | The text that should be added-on before the component.
103108
addonAfter | The text that should be added-on after the component.
104109
rows | The number of rows.
105110

106-
[TextArea demo](http://gearz-lab.github.io/redux-autoform/demo.html?preset=componentsTextArea)
111+
[TextArea demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html?preset=componentsTextArea)
107112

108113
### CheckBox
109114

110-
[Checkbox demo](http://gearz-lab.github.io/redux-autoform/demo.html?preset=componentsCheckbox).
115+
[Checkbox demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html?preset=componentsCheckbox).
111116

112117
### Select
113118

@@ -117,7 +122,7 @@ Metadata | Description
117122
--- | ---
118123
options | The options to display. Options are an array of objects with two properties: **value**: The actual value that is stored in the model. **text**: What is displayed to the user
119124

120-
[Select demo](http://gearz-lab.github.io/redux-autoform/demo.html?preset=componentsSelect).
125+
[Select demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html?preset=componentsSelect).
121126

122127
### Lookup
123128

@@ -127,7 +132,7 @@ Metadata | Description
127132
--- | ---
128133
options | The options to display. Options are an array of objects with two properties: **value**: The actual value that is stored in the model. **text**: What is displayed to the user
129134

130-
[Lookup demo](http://gearz-lab.github.io/redux-autoform/demo.html?preset=componentsLookup).
135+
[Lookup demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html?preset=componentsLookup).
131136

132137
### DateTimePicker
133138
---
@@ -139,7 +144,7 @@ Metadata | Description
139144
format | Any format supported by [Moment.js](http://momentjs.com/docs/#/parsing/string-format/). Defaults to your locale configuration. Make sure you have it properly configured.
140145

141146

142-
[DateTimePicker demo](http://gearz-lab.github.io/redux-autoform/demo.html?preset=componentsDateTimePicker).
147+
[DateTimePicker demo](https://redux-autoform.github.io/redux-autoform-bootstrap-ui/demo.html?preset=componentsDateTimePicker).
143148

144149

145150
## Contributing

0 commit comments

Comments
 (0)