Skip to content

Commit c1d94ae

Browse files
committed
Update Paramiko URL in docs
1 parent e5e0fc2 commit c1d94ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Prerequisites
4242
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.
4343

4444
* Boto (required for :mod:`fs.s3fs`) https://github.com/boto/boto
45-
* Paramiko (required for :class:`fs.ftpfs.FTPFS`) http://www.lag.net/paramiko/
45+
* Paramiko (required for :class:`fs.ftpfs.FTPFS`) https://github.com/paramiko/paramiko
4646
* wxPython (required for :mod:`fs.browsewin`) http://www.wxpython.org/
4747

4848

0 commit comments

Comments
 (0)