We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e615c9 commit 3bb55f8Copy full SHA for 3bb55f8
packages/google-cloud-logging/docs/conf.py
@@ -340,10 +340,7 @@
340
intersphinx_mapping = {
341
"python": ("http://python.readthedocs.org/en/latest/", None),
342
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
343
- "google.api_core": (
344
- "https://googleapis.github.io/google-cloud-python/latest",
345
- None,
346
- ),
+ "google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
347
"grpc": ("https://grpc.io/grpc/python/", None),
348
"requests": ("https://2.python-requests.org/en/master/", None),
349
}
0 commit comments