From 3a6b481806548e9c93f1761ff919851913a6caa5 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 30 Apr 2015 17:37:11 -0400 Subject: [PATCH] update links --- Misc/python.man | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Misc/python.man b/Misc/python.man index 12438245487b..d87902f46182 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -452,17 +452,17 @@ The integer must be a decimal number in the range [0,4294967295]. Specifying the value 0 will lead to the same hash values as when hash randomization is disabled. .SH AUTHOR -The Python Software Foundation: http://www.python.org/psf +The Python Software Foundation: https://www.python.org/psf .SH INTERNET RESOURCES -Main website: http://www.python.org/ +Main website: https://www.python.org/ .br -Documentation: http://docs.python.org/ +Documentation: https://docs.python.org/2/ .br -Developer resources: http://docs.python.org/devguide/ +Developer resources: https://docs.python.org/devguide/ .br -Downloads: http://python.org/download/ +Downloads: https://www.python.org/downloads/ .br -Module repository: http://pypi.python.org/ +Module repository: https://pypi.python.org/ .br Newsgroups: comp.lang.python, comp.lang.python.announce .SH LICENSING -- 2.47.3