diff --git a/docs/api/rest.md b/docs/api/rest.md index 24fa6ede..a7bfb804 100644 --- a/docs/api/rest.md +++ b/docs/api/rest.md @@ -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