From 7def297fdf1e0d6926669a4a51cdb8519da1dca1 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Tue, 23 May 2017 08:03:32 +0200 Subject: Update URLs to reflect the github changes --- gitlab/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab/objects.py') 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 -- cgit v1.2.1