mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Fixed links to github docs. [#2009]
This commit is contained in:
+1
-1
@@ -344,7 +344,7 @@ class Requester:
|
||||
|
||||
assert user_agent is not None, (
|
||||
"github now requires a user-agent. "
|
||||
"See http://docs.github.com/en/rest/reference/#user-agent-required"
|
||||
"See https://docs.github.com/en/rest/overview/resources-in-the-rest-api#user-agent-required"
|
||||
)
|
||||
self.__userAgent = user_agent
|
||||
self.__verify = verify
|
||||
|
||||
Reference in New Issue
Block a user