You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Prerequisites
42
42
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.
43
43
44
44
* 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
46
46
* wxPython (required for :mod:`fs.browsewin`) http://www.wxpython.org/
0 commit comments