Skip to content

Commit a8cde4c

Browse files
authored
Merge pull request #307 from xamgore/patch-1
migrate to github.io
2 parents ef38c5d + 6016242 commit a8cde4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jsondiffpatch
1111
Diff & patch JavaScript objects
1212

1313
-----
14-
**[Live Demo](http://benjamine.github.com/jsondiffpatch/demo/index.html)**
14+
**[Live Demo](http://benjamine.github.io/jsondiffpatch/demo/index.html)**
1515
-----
1616

1717
- min+gzipped ~ 16KB
@@ -22,7 +22,7 @@ Diff & patch JavaScript objects
2222
- unpatch (eg. revert object to its original state using a delta)
2323
- simplistic, pure JSON, low footprint [delta format](docs/deltas.md)
2424
- multiple output formatters:
25-
- html (check it at the [Live Demo](http://benjamine.github.com/jsondiffpatch/demo/index.html))
25+
- html (check it at the [Live Demo](http://benjamine.github.io/jsondiffpatch/demo/index.html))
2626
- annotated json (html), makes the JSON delta format self-explained
2727
- console (colored), try running ```./node_modules/.bin/jsondiffpatch left.json right.json```
2828
- JSON Patch format RFC 6902 support
@@ -36,7 +36,7 @@ Supported platforms
3636

3737
[![Testling Status](https://ci.testling.com/benjamine/jsondiffpatch.png)](https://ci.testling.com/benjamine/jsondiffpatch)
3838

39-
And you can test your current browser visiting the [test page](http://benjamine.github.com/jsondiffpatch/test/index.html).
39+
And you can test your current browser visiting the [test page](http://benjamine.github.io/jsondiffpatch/test/index.html).
4040

4141
* Node.js [![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.svg)](http://travis-ci.org/benjamine/jsondiffpatch) v8+
4242

@@ -253,7 +253,7 @@ Visual Diff
253253
</html>
254254
```
255255

256-
To see formatters in action check the [Live Demo](http://benjamine.github.com/jsondiffpatch/demo/index.html).
256+
To see formatters in action check the [Live Demo](http://benjamine.github.io/jsondiffpatch/demo/index.html).
257257

258258
For more details check [Formatters documentation](docs/formatters.md)
259259

0 commit comments

Comments
 (0)