summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-24 13:58:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-24 13:58:32 -0400
commita59267c55969fda2a4c905b75549a40c4672894a (patch)
tree6b689b2379379d5b4ffc90797bc1b5d36682fb5f /doc
parentbe94260f29bf318ff8d327e61c82c2d7ea0bce50 (diff)
use https here too
Diffstat (limited to 'doc')
-rw-r--r--doc/install/verifying_downloads.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/verifying_downloads.mdwn b/doc/install/verifying_downloads.mdwn
index c3413d431..ca588ceec 100644
--- a/doc/install/verifying_downloads.mdwn
+++ b/doc/install/verifying_downloads.mdwn
@@ -9,8 +9,8 @@ file accompanying your package. Just append .sig to the url.
For example, on Linux:
- $ wget http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
- $ wget http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz.sig
+ $ wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
+ $ wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz.sig
You can then download the public key, and check that the package is signed
with it.