Skip to content

Commit 191a544

Browse files
committed
Merge pull request #235 from PyFilesystem/lurch-patch-1
Replace GoogleCode URLs
2 parents 8e16e50 + e16f280 commit 191a544

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Prerequisites
4141

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

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

docs/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you have any problems or questions, please contact the developers through one
2929
Bugs
3030
####
3131

32-
If you find a bug in PyFilesystem, please file an issue: http://code.google.com/p/pyfilesystem/issues/list
32+
If you find a bug in PyFilesystem, please file an issue: https://github.com/PyFilesystem/pyfilesystem/issues
3333

3434
Discussion Group
3535
################

fs/expose/fuse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
The binding to FUSE is created via ctypes, using a custom version of the
4242
fuse.py code from Giorgos Verigakis:
4343
44-
http://code.google.com/p/fusepy/
44+
https://github.com/terencehonles/fusepy
4545
4646
"""
4747

fs/tests/test_ftpfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from pyftpdlib.servers import FTPServer
2222
except ImportError:
2323
if not PY3:
24-
raise ImportError("Requires pyftpdlib <http://code.google.com/p/pyftpdlib/>")
24+
raise ImportError("Requires pyftpdlib <https://github.com/giampaolo/pyftpdlib>")
2525

2626
from fs.path import *
2727

0 commit comments

Comments
 (0)