Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa31081

Browse files
authored
docs: fix intersphinx reference to requests (#9294)
1 parent 5461f38 commit aa31081

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-monitoring/docs

1 file changed

+1
-1
lines changed

packages/google-cloud-monitoring/docs/conf.py

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

0 commit comments

Comments
 (0)