Update default value for github status URL (#691)
status.github.com has been deprecated, this updates the default URL
This commit is contained in:
parent
01ca308eaf
commit
9e3b45812c
@ -17,7 +17,7 @@ except ImportError:
|
|||||||
HAS_REQUESTS = False
|
HAS_REQUESTS = False
|
||||||
|
|
||||||
API_METHODS_URL = 'https://status.github.com/api.json'
|
API_METHODS_URL = 'https://status.github.com/api.json'
|
||||||
STATUS_URL = 'https://status.github.com'
|
STATUS_URL = 'https://www.githubstatus.com'
|
||||||
NOTIFICATIONS_URL = 'https://github.com/notifications'
|
NOTIFICATIONS_URL = 'https://github.com/notifications'
|
||||||
ACCESS_TOKEN_AUTH_URL = 'https://api.github.com/notifications?access_token=%s'
|
ACCESS_TOKEN_AUTH_URL = 'https://api.github.com/notifications?access_token=%s'
|
||||||
BASIC_AUTH_URL = 'https://api.github.com/notifications'
|
BASIC_AUTH_URL = 'https://api.github.com/notifications'
|
||||||
|
Loading…
Reference in New Issue
Block a user