Fix broken Github reference link in class docstrings

This commit is contained in:
Wan Liuyang
2018-03-13 15:07:07 +08:00
parent c7f6563c34
commit a32a17bf81
62 changed files with 61 additions and 69 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ INTEGRATION_PREVIEW_HEADERS = {"Accept": "application/vnd.github.machine-man-pre
class Installation(github.GithubObject.NonCompletableGithubObject):
"""
This class represents Installations as in https://developer.github.com/v3/integrations/installations
This class represents Installations. The reference can be found here https://developer.github.com/v3/apps/installations/
"""
def __repr__(self):