@@ -88,7 +88,7 @@ class Flow(object):
8888 from the `Google API Console`_.
8989
9090 .. _client secrets file:
91- https://developers.google.com/identity/protocols/OAuth2WebServer
91+ https://developers.google.com/identity/protocols/oauth2/web-server
9292 #creatingcred
9393 .. _Google API Console:
9494 https://console.developers.google.com/apis/credentials
@@ -119,8 +119,8 @@ def __init__(
119119 autogenerate_code_verifier (bool): If true, auto-generate a
120120 code_verifier.
121121 .. _client secrets:
122- https://developers.google. com/api-client-library/python/guide
123- /aaa_client_secrets
122+ https://github. com/googleapis/google- api-python-client/blob
123+ /master/docs/client-secrets.md
124124 """
125125 self .client_type = client_type
126126 """str: The client type, either ``'web'`` or ``'installed'``"""
@@ -153,8 +153,8 @@ def from_client_config(cls, client_config, scopes, **kwargs):
153153 format.
154154
155155 .. _client secrets:
156- https://developers.google. com/api-client-library/python/guide
157- /aaa_client_secrets
156+ https://github. com/googleapis/google- api-python-client/blob/
157+ master/docs/client-secrets.md
158158 """
159159 if "web" in client_config :
160160 client_type = "web"
@@ -357,8 +357,7 @@ class InstalledAppFlow(Flow):
357357 response, such as using an embedded web view.
358358
359359 .. _Installed Application Authorization Flow:
360- https://developers.google.com/api-client-library/python/auth
361- /installed-app
360+ https://github.com/googleapis/google-api-python-client/blob/master/docs/oauth-installed.md
362361 """
363362
364363 _OOB_REDIRECT_URI = "urn:ietf:wg:oauth:2.0:oob"
0 commit comments