aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-09-04 14:08:54 +0000
committerViktor Szakats <vszakats@users.noreply.github.com>2017-09-04 14:08:54 +0000
commit1c8725e639e0749b5faf90d6236a98c639d1241d (patch)
tree64b8cbe5897fb4049fd8d6cd157de7904473bf35 /docs
parent841a09ea19f9b6ec4f18d761578cef44ada2810b (diff)
docs: Update to secure URL versions
Diffstat (limited to 'docs')
-rw-r--r--docs/CODE_OF_CONDUCT.md4
-rw-r--r--docs/TODO2
2 files changed, 3 insertions, 3 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/)
diff --git a/docs/TODO b/docs/TODO
index dde2994b6..ce2400233 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -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