From e79767a3d003b287542dbdf5653d1062c58351fb Mon Sep 17 00:00:00 2001 From: Angelo Paparazzi Date: Thu, 12 Oct 2023 11:56:53 -0500 Subject: [PATCH] docs(readme): request library link update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9733d026..924ecb0e 100755 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ If you have issues with the APIs or have a question about the Watson services, s ## Configuring the http client (Supported from v1.1.0) -To set client configs like timeout use the `set_http_config()` function and pass it a dictionary of configs. See this [documentation](https://2.python-requests.org/en/master/api/#requests.request) for more information about the options. All options shown except `method`, `url`, `headers`, `params`, `data`, and `auth` are configurable via `set_http_config()`. For example for a Assistant service instance +To set client configs like timeout use the `set_http_config()` function and pass it a dictionary of configs. See this [documentation](https://requests.readthedocs.io/en/latest/api/) for more information about the options. All options shown except `method`, `url`, `headers`, `params`, `data`, and `auth` are configurable via `set_http_config()`. For example for a Assistant service instance ```python from ibm_watson import AssistantV1