Skip to content

Commit fcb3df8

Browse files
authored
docs: fix intersphinx reference to requests (#9294)
1 parent 505adbd commit fcb3df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
343343
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
344344
"grpc": ("https://grpc.io/grpc/python/", None),
345-
"requests": ("https://2.python-requests.org/en/master/", None),
345+
"requests": ("https://requests.kennethreitz.org/en/stable/", None),
346346
}
347347

348348

0 commit comments

Comments
 (0)