diff --git a/doc/index.rst b/doc/index.rst index 5c16e2c2..097b8505 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -6,5 +6,4 @@ PyGithub introduction reference - changes - contributing + changes \ No newline at end of file diff --git a/github/Repository.py b/github/Repository.py index ce44f18d..299ea21c 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -2176,7 +2176,7 @@ class Repository(github.GithubObject.CompletableGithubObject): def get_source_import(self): """ - :calls: `GET /repos/:owner/:repo/import https://developer.github.com/v3/migration/source_imports/#get-import-progress`_ + :calls: `GET /repos/:owner/:repo/import `_ :rtype: :class:`github.SourceImport.SourceImport` """ import_header = {"Accept": "application/vnd.github.barred-rock-preview"} @@ -2351,7 +2351,7 @@ class Repository(github.GithubObject.CompletableGithubObject): def get_latest_release(self): """ - :calls: `GET /repos/:owner/:repo/releases/latest https://developer.github.com/v3/repos/releases/#get-the-latest-release + :calls: `GET /repos/:owner/:repo/releases/latest `_ :rtype: :class:`github.GitRelease.GitRelease` """ headers, data = self._requester.requestJsonAndCheck(