diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-09-04 14:08:54 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-09-04 14:08:54 +0000 |
commit | 1c8725e639e0749b5faf90d6236a98c639d1241d (patch) | |
tree | 64b8cbe5897fb4049fd8d6cd157de7904473bf35 | |
parent | 841a09ea19f9b6ec4f18d761578cef44ada2810b (diff) |
docs: Update to secure URL versions
-rw-r--r-- | docs/CODE_OF_CONDUCT.md | 4 | ||||
-rw-r--r-- | docs/TODO | 2 | ||||
-rw-r--r-- | include/README | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index 04ea66ed9..1f71c387b 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -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/) @@ -210,7 +210,7 @@ 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 diff --git a/include/README b/include/README index 9e865aa11..c2589ec8c 100644 --- a/include/README +++ b/include/README @@ -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/ |