diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 07:50:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 07:50:12 (GMT) |
commit | b4905efe23c3e158a3c494d40988ce6de6bde3cd (patch) | |
tree | 4852accb1338a558cfbb567a71e5679a4e043d3e /Doc/using/unix.rst | |
parent | c145da0751df5cdbddb5285824e6163b2562a883 (diff) | |
download | cpython-b4905efe23c3e158a3c494d40988ce6de6bde3cd.zip cpython-b4905efe23c3e158a3c494d40988ce6de6bde3cd.tar.gz cpython-b4905efe23c3e158a3c494d40988ce6de6bde3cd.tar.bz2 |
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/using/unix.rst')
-rw-r--r-- | Doc/using/unix.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 9f35d19..dd754a6 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -55,7 +55,7 @@ On FreeBSD and OpenBSD On OpenSolaris -------------- -You can get Python from `OpenCSW <http://www.opencsw.org/>`_. Various versions +You can get Python from `OpenCSW <https://www.opencsw.org/>`_. Various versions of Python are available and can be installed with e.g. ``pkgutil -i python27``. @@ -143,10 +143,10 @@ Vim and Emacs are excellent editors which support Python very well. For more information on how to code in Python in these editors, look at: * http://www.vim.org/scripts/script.php?script_id=790 -* http://sourceforge.net/projects/python-mode +* https://sourceforge.net/projects/python-mode Geany is an excellent IDE with support for a lot of languages. For more -information, read: http://www.geany.org/ +information, read: https://www.geany.org/ Komodo edit is another extremely good IDE. It also has support for a lot of -languages. For more information, read http://komodoide.com/. +languages. For more information, read https://komodoide.com/. |