Update Python Requests Docs URL on REST API page (#539)

This commit is contained in:
Jeff Rescignano 2020-05-17 09:27:23 -04:00 committed by GitHub
parent 3911368016
commit 320726fcc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ curl -X GET \
http://IP_ADDRESS:8123/ENDPOINT
```
Another option is to use Python and the [Requests](http://docs.python-requests.org/en/latest/) module.
Another option is to use Python and the [Requests](https://requests.readthedocs.io/en/master/) module.
```python
from requests import get