diff options
author | David <39294842+dajsn@users.noreply.github.com> | 2019-07-19 10:12:19 +0200 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2019-07-21 21:10:36 +0200 |
commit | 0bc30f840c9c30dd529ae85bdece6262d2702c94 (patch) | |
tree | 3e363b6e49b37b7daf5956d410d485fa57ccbadb | |
parent | 262b222000dad30fc6dfc63ccf2fa200eba09662 (diff) | |
download | gitlab-0bc30f840c9c30dd529ae85bdece6262d2702c94.tar.gz |
docs(readme): fix six url
six URL was pointing to 404
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ---------------- |