From 798f4ee08bb095663fcca54837bf58747c3fff9b Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 13 Dec 2017 13:53:24 -0500 Subject: [PATCH] Fix link to SimpleHTTPServer Signed-off-by: Vladimir Diaz --- tuf/scripts/simple_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf/scripts/simple_server.py b/tuf/scripts/simple_server.py index 9ed30541..e540c3a8 100755 --- a/tuf/scripts/simple_server.py +++ b/tuf/scripts/simple_server.py @@ -19,7 +19,7 @@ SimpleHTTPServer: - http://docs.python.org/library/simplehttpserver.html#module-SimpleHTTPServer + https://docs.python.org/2/library/simplehttpserver.html """ # Help with Python 3 compatibility, where the print statement is a function, an