From 320726fcc6e28842888e9f54358dd57041870470 Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Sun, 17 May 2020 09:27:23 -0400 Subject: [PATCH] Update Python Requests Docs URL on REST API page (#539) --- docs/api/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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