Skip to content

Commit

Permalink
docs: fixed demo url
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Dec 20, 2022
1 parent 9e064da commit 4612e33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Learn more: [https://vueform.com](https://vueform.com)

## Demo

Check out our [demo](https://jsfiddle.net/4ckev9rx/1/).
Check out our [demo](https://jsfiddle.net/m2hvw7o8/).

## Installation

Expand Down Expand Up @@ -303,7 +303,7 @@ By default the `on` and `off` labels are being read by the screenreaders. If you
/>
```

[JSFiddle - Example #1](https://jsfiddle.net/4ckev9rx/1/)
[JSFiddle - Example #1](https://jsfiddle.net/m2hvw7o8/)

### Toggle with labels

Expand All @@ -315,7 +315,7 @@ By default the `on` and `off` labels are being read by the screenreaders. If you
/>
```

[JSFiddle - Example #2](https://jsfiddle.net/4ckev9rx/1/)
[JSFiddle - Example #2](https://jsfiddle.net/m2hvw7o8/)

### Toggle with custom value

Expand All @@ -327,7 +327,7 @@ By default the `on` and `off` labels are being read by the screenreaders. If you
/>
```

[JSFiddle - Example #3](https://jsfiddle.net/4ckev9rx/1/)
[JSFiddle - Example #3](https://jsfiddle.net/m2hvw7o8/)

### Toggle with custom labels

Expand All @@ -341,7 +341,7 @@ By default the `on` and `off` labels are being read by the screenreaders. If you
</Toggle>
```

[JSFiddle - Example #4](https://jsfiddle.net/4ckev9rx/1/)
[JSFiddle - Example #4](https://jsfiddle.net/m2hvw7o8/)

## License

Expand Down

0 comments on commit 4612e33

Please sign in to comment.