From 907c2f5cdce8647103912a47f4d1c0ba5f7b5f38 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 12 Dec 2021 16:10:35 +0200 Subject: [PATCH] Update the requests' docs URL --- updateHostsFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateHostsFile.py b/updateHostsFile.py index 4bc4a1175..fa387d6f9 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -34,7 +34,7 @@ try: except ImportError: raise ImportError( "This project's dependencies have changed. The Requests library (" - "https://requests.readthedocs.io/en/master/) is now required." + "https://docs.python-requests.org/en/latest/) is now required." )