summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <39294842+dajsn@users.noreply.github.com>2019-07-19 10:12:19 +0200
committerMax Wittig <max.wittig95@gmail.com>2019-07-21 21:10:36 +0200
commit0bc30f840c9c30dd529ae85bdece6262d2702c94 (patch)
tree3e363b6e49b37b7daf5956d410d485fa57ccbadb
parent262b222000dad30fc6dfc63ccf2fa200eba09662 (diff)
downloadgitlab-0bc30f840c9c30dd529ae85bdece6262d2702c94.tar.gz
docs(readme): fix six url
six URL was pointing to 404
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 78f5e41..de79be7 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@ Requirements
python-gitlab depends on:
* `python-requests <http://docs.python-requests.org/en/latest/>`_
-* `six <https://pythonhosted.org/six/>`_
+* `six <https://six.readthedocs.io/>`_
Install with pip
----------------