Skip to content

Commit 00af8b9

Browse files
docs(readme): request library link update
1 parent 609e75d commit 00af8b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ If you have issues with the APIs or have a question about the Watson services, s
209209

210210
## Configuring the http client (Supported from v1.1.0)
211211

212-
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
212+
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
213213

214214
```python
215215
from ibm_watson import AssistantV1

0 commit comments

Comments
 (0)