From 046349bd1ba0b8e254c16fe938d0ec3b35f4223c Mon Sep 17 00:00:00 2001 From: Xheldon Date: Wed, 23 Aug 2023 03:24:52 +0800 Subject: [PATCH] Fix the live demo link in the deltas docs (#317) Co-authored-by: Nathan Bierema --- docs/deltas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deltas.md b/docs/deltas.md index 39aad2b4..9e5fc25d 100644 --- a/docs/deltas.md +++ b/docs/deltas.md @@ -8,7 +8,7 @@ This format was created with a balance between readability and low footprint in - to represent changed parts, arrays and magic numbers are used to keep a low footprint (i.e. you won't see verbosity like `"type": "added"`) - keep it pure JSON serializable -A great way to understand this format is using the "Annotated JSON" option in the [Live Demo](http://benjamine.github.com/jsondiffpatch/demo/index.html), and try the different left/right examples, or edit left/right JSON to see the annotated delta update as your type. +A great way to understand this format is using the "Annotated JSON" option in the [Live Demo](http://benjamine.github.io/jsondiffpatch/demo/index.html), and try the different left/right examples, or edit left/right JSON to see the annotated delta update as your type. Here's a complete reference of this format.