]> granicus.if.org Git - curl/commitdiff
docs: Update to secure URL versions
authorViktor Szakats <vszakats@users.noreply.github.com>
Mon, 4 Sep 2017 14:08:54 +0000 (14:08 +0000)
committerViktor Szakats <vszakats@users.noreply.github.com>
Mon, 4 Sep 2017 14:08:54 +0000 (14:08 +0000)
docs/CODE_OF_CONDUCT.md
docs/TODO
include/README

index 04ea66ed9fd0ecc58650d4df8fb088cdc4f59b91..1f71c387bdb1337706e3e2acf0556e739931870b 100644 (file)
@@ -28,5 +28,5 @@ reported by opening an issue or contacting one or more of the project
 maintainers.
 
 This Code of Conduct is adapted from the [Contributor
-Covenant](http://contributor-covenant.org), version 1.1.0, available at
-[http://contributor-covenant.org/version/1/1/0/](http://contributor-covenant.org/version/1/1/0/)
+Covenant](https://contributor-covenant.org/), version 1.1.0, available at
+[https://contributor-covenant.org/version/1/1/0/](https://contributor-covenant.org/version/1/1/0/)
index dde2994b6625d26d9a10835773f8d1ee6f356d74..ce2400233de1f9bdd7619f5a8ba57220b78edfcf 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
 1.5 get rid of PATH_MAX
 
  Having code use and rely on PATH_MAX is not nice:
- http://insanecoding.blogspot.com/2007/11/pathmax-simply-isnt.html
+ https://insanecoding.blogspot.com/2007/11/pathmax-simply-isnt.html
 
  Currently the SSH based code uses it a bit, but to remove PATH_MAX from there
  we need libssh2 to properly tell us when we pass in a too small buffer and
index 9e865aa113fc1b64502bfc346acbd769e4cc57fe..c2589ec8c401028e737e2d9f7f6a30fde68f3bcb 100644 (file)
@@ -30,4 +30,4 @@ NOTE FOR LIBCURL HACKERS
 
 To figure out how to do good and portable checks for features, operating
 systems or specific hardwarare, a very good resource is Bjorn Reese's
-collection at http://predef.sf.net/
+collection at https://sourceforge.net/p/predef/wiki/