Eric Sunshine wrote: > > doc: update links to current pages > > @@ -4,7 +4,7 @@ > > - * [2] http://json.org/ > > + * [2] https://www.json.org/ > > Not sure why this change is needed considering that the simpler > s/http/https/ seems sufficient. This is because that's their preference: ```sh % curl -s http://json.org/|grep REFRESH <meta HTTP-EQUIV="REFRESH" content="0; url=https://www.JSON.org/json-en.html"></head> ``` It's somewhat traditional to respect sites' self-identification.