diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-23 08:03:32 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-23 08:03:32 +0200 |
commit | 7def297fdf1e0d6926669a4a51cdb8519da1dca1 (patch) | |
tree | a337a4f5deb99c5c14cbb675e37a62870be78d1a /gitlab/objects.py | |
parent | f3dfa6abcc0c6fba305072d368b223b102eb379f (diff) | |
download | gitlab-7def297fdf1e0d6926669a4a51cdb8519da1dca1.tar.gz |
Update URLs to reflect the github changes
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r-- | gitlab/objects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py index 0c3d30d..98c1a32 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -299,7 +299,7 @@ class GitlabObject(object): for k, v in data.items(): # If a k attribute already exists and is a Manager, do nothing (see - # https://github.com/gpocentek/python-gitlab/issues/209) + # https://github.com/python-gitlab/python-gitlab/issues/209) if isinstance(getattr(self, k, None), BaseManager): continue |