On Fri, Sep 22, 2023 at 10:14 AM Josh Soref via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > doc: switch links to https > > Signed-off-by: Josh Soref <jsoref@xxxxxxxxx> > --- > #include "git-compat-util.h" > --- a/json-writer.h > +++ b/json-writer.h > @@ -3,7 +3,7 @@ > /* > * JSON data structures are defined at: > - * [1] http://www.ietf.org/rfc/rfc7159.txt > + * [1] https://www.ietf.org/rfc/rfc7159.txt > * [2] http://json.org/ Shouldn't "json.org" receive the same s/http/https/ treatment?