summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2016-01-06 13:07:24 +0000
committerAndrew Scheller <github@loowis.durge.org>2016-01-06 13:07:24 +0000
commit3bdafb5fe3e6551ce903caea1570cd88cc8edaca (patch)
tree2f7eb4b114068598ef424281859049e135edb16b
parentca0096ebdb3e1d058a1324dcd5d23b30f2109c68 (diff)
downloadpyfilesystem-git-3bdafb5fe3e6551ce903caea1570cd88cc8edaca.tar.gz
Update GoogleCode URL
-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 df2eff3..1e8c013 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -41,7 +41,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`) http://code.google.com/p/boto/
+ * Boto (required for :mod:`fs.s3fs`) https://github.com/boto/boto
* Paramiko (required for :class:`fs.ftpfs.FTPFS`) http://www.lag.net/paramiko/
* wxPython (required for :mod:`fs.browsewin`) http://www.wxpython.org/