diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-10-26 10:15:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-26 10:15:07 +0200 |
commit | ff325142a4461bf4ed8117c998a4100c24b49f59 (patch) | |
tree | 4a68f6477f34ddd8dc791f14ebde9df6fcb8e4b0 | |
parent | 2c7a999f23b168f85c2b1c06296f617c626fde9d (diff) | |
parent | 376acda7ae0688cce6ab6803d8041ea8d37d06fd (diff) | |
download | gitlab-ff325142a4461bf4ed8117c998a4100c24b49f59.tar.gz |
Merge pull request #172 from xiaopeng163/master
edit doc badge url in README.rst
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ :target: https://badge.fury.io/py/python-gitlab .. image:: https://readthedocs.org/projects/python-gitlab/badge/?version=latest - :target: https://python-gitlab.readthedocs.cwioorg/en/latest/?badge=latest + :target: https://python-gitlab.readthedocs.org/en/latest/?badge=latest Python GitLab ============= |