summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 20:21:12 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 20:21:12 -0700
commit3262843dcab0969b28ec5798810b6db273a5f102 (patch)
treef7841c47ec115fa96db86f3c015f176b22a82b3c
parentbf2625109700470e9a1b4022220219da10179527 (diff)
parent69b995a342b32744d1f340e14ec8841e8fb8a51e (diff)
downloadparamiko-394-int.tar.gz
Merge remote-tracking branch 'alex/switch-to-cryptography' into 394-int394-int
-rw-r--r--sites/www/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/index.rst b/sites/www/index.rst
index 340c984b..b09ab589 100644
--- a/sites/www/index.rst
+++ b/sites/www/index.rst
@@ -4,7 +4,7 @@ Welcome to Paramiko!
Paramiko is a Python (2.6+, 3.3+) implementation of the SSHv2 protocol [#]_,
providing both client and server functionality. While it leverages a Python C
extension for low level cryptography
-(`Cryptography <http://cryptography.io>`_), Paramiko itself is a pure Python
+(`Cryptography <https://cryptography.io>`_), Paramiko itself is a pure Python
interface around SSH networking concepts.
This website covers project information for Paramiko such as the changelog,