On Fri, Sep 22, 2023 at 5:31 PM Josh Soref <jsoref@xxxxxxxxx> wrote: > Eric Sunshine wrote: > > > - * [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. It might be worth calling that out in the commit message of both patches if you happen to reroll so other reviewers understand the motivation. (That said, on its own, it's probably not worth a reroll.)