@@ -11,7 +11,7 @@ jsondiffpatch
11
11
Diff & patch JavaScript objects
12
12
13
13
-----
14
- ** [ Live Demo] ( http://benjamine.github.com /jsondiffpatch/demo/index.html ) **
14
+ ** [ Live Demo] ( http://benjamine.github.io /jsondiffpatch/demo/index.html ) **
15
15
-----
16
16
17
17
- min+gzipped ~ 16KB
@@ -22,7 +22,7 @@ Diff & patch JavaScript objects
22
22
- unpatch (eg. revert object to its original state using a delta)
23
23
- simplistic, pure JSON, low footprint [ delta format] ( docs/deltas.md )
24
24
- 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 ) )
26
26
- annotated json (html), makes the JSON delta format self-explained
27
27
- console (colored), try running ``` ./node_modules/.bin/jsondiffpatch left.json right.json ```
28
28
- JSON Patch format RFC 6902 support
@@ -36,7 +36,7 @@ Supported platforms
36
36
37
37
[ ![ Testling Status] ( https://ci.testling.com/benjamine/jsondiffpatch.png )] ( https://ci.testling.com/benjamine/jsondiffpatch )
38
38
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 ) .
40
40
41
41
* Node.js [ ![ Build Status] ( https://secure.travis-ci.org/benjamine/jsondiffpatch.svg )] ( http://travis-ci.org/benjamine/jsondiffpatch ) v8+
42
42
@@ -253,7 +253,7 @@ Visual Diff
253
253
</html >
254
254
```
255
255
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 ) .
257
257
258
258
For more details check [ Formatters documentation] ( docs/formatters.md )
259
259
0 commit comments