summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2016-02-05 01:31:17 +0000
committerAndrew Scheller <github@loowis.durge.org>2016-02-05 01:31:17 +0000
commitc1d94ae227b3b684929a08eb3a641a794e0f9fca (patch)
tree9a41b54dfc37c7bdbc690a7f19d23497f8d56bf3
parente5e0fc2c09733fa3d943c65c06272bc3059b397c (diff)
downloadpyfilesystem-git-c1d94ae227b3b684929a08eb3a641a794e0f9fca.tar.gz
Update Paramiko URL in docs
-rw-r--r--docs/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index a2f976a..1fe245c 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -42,7 +42,7 @@ Prerequisites
PyFilesystem requires at least **Python 2.6**. There are a few other dependencies if you want to use some of the more advanced filesystem interfaces, but for basic use all that is needed is the Python standard library.
* Boto (required for :mod:`fs.s3fs`) https://github.com/boto/boto
- * Paramiko (required for :class:`fs.ftpfs.FTPFS`) http://www.lag.net/paramiko/
+ * Paramiko (required for :class:`fs.ftpfs.FTPFS`) https://github.com/paramiko/paramiko
* wxPython (required for :mod:`fs.browsewin`) http://www.wxpython.org/