Skip to content

Commit 57743bc

Browse files
committed
Example link updates
1 parent cd511e1 commit 57743bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Basic usage ([view editable code](http://jsfiddle.net/ractoon/p7x72La3/)):
3838
$('input').textcounter();
3939
```
4040

41-
Define maximum words and allow further input ([view editable code](http://jsfiddle.net/ractoon/n4ufjo3b/)):
41+
Define maximum words and allow further input ([view editable code](https://jsfiddle.net/ractoon/n4ufjo3b/)):
4242

4343
```javascript
4444
$('input').textcounter({
@@ -48,7 +48,7 @@ $('input').textcounter({
4848
});
4949
```
5050

51-
Define minimum characters and set custom `countDownText` ([view editable code](http://jsfiddle.net/ractoon/jx8awxbb/)):
51+
Define minimum characters and set custom `countDownText` ([view editable code](https://jsfiddle.net/ractoon/jx8awxbb/)):
5252

5353
```javascript
5454
$('input').textcounter({
@@ -59,7 +59,7 @@ $('input').textcounter({
5959

6060
## Example
6161

62-
[View editable example](http://jsfiddle.net/ractoon/1xkuyp46/1/)
62+
[View editable example](http://jsfiddle.net/ractoon/1xkuyp46/)
6363

6464
## Elements
6565

0 commit comments

Comments
 (0)