Skip to content

Commit 13598ef

Browse files
authored
docs: fix intersphinx reference to requests (#9294)
1 parent f8c157f commit 13598ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-datastore/docs

β€Žpackages/google-cloud-datastore/docs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
340340
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
341341
"grpc": ("https://grpc.io/grpc/python/", None),
342-
"requests": ("https://2.python-requests.org/en/master/", None),
342+
"requests": ("https://requests.kennethreitz.org/en/stable/", None),
343343
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),
344344
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
345345
}

0 commit comments

Comments
 (0)