summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2020-10-20 12:40:21 +0200
committerGitHub <noreply@github.com>2020-10-20 12:40:21 +0200
commit82ea1dbe79018465101a4bdd28d9cb73084d56ee (patch)
tree567788619e21ed0d8fc2d2c5a6bff98e1f2f3088
parent7260961ef84cb7b8ef018b8f60df894b43af04cb (diff)
parent0c680e425fc9cf206d26e98c08c1324d267d6237 (diff)
Merge pull request #4043 from imba-tjd/patch-2
[json/en] use https
-rw-r--r--json.html.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/json.html.markdown b/json.html.markdown
index 3ec7a3af..1ccdb5cf 100644
--- a/json.html.markdown
+++ b/json.html.markdown
@@ -9,7 +9,7 @@ contributors:
- ["Athanasios Emmanouilidis", "https://github.com/athanasiosem"]
---
-JSON is an extremely simple data-interchange format. As [json.org](http://json.org) says, it is easy for humans to read and write and for machines to parse and generate.
+JSON is an extremely simple data-interchange format. As [json.org](https://json.org) says, it is easy for humans to read and write and for machines to parse and generate.
A piece of JSON must represent either:
@@ -80,6 +80,5 @@ Supported data types:
## Further Reading
-* [JSON.org](http://json.org) All of JSON beautifully explained using flowchart-like graphics.
-
+* [JSON.org](https://json.org) All of JSON beautifully explained using flowchart-like graphics.
* [JSON Tutorial](https://www.youtube.com/watch?v=wI1CWzNtE-M) A concise introduction to JSON.