diff options
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2023-05-02 11:50:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 11:50:16 (GMT) |
commit | 5e76305236df99aec191431585cd4bfa0c080766 (patch) | |
tree | 55b5f5ca59dbbf37c7d8e8194aa32b07e9a47424 /Doc/using | |
parent | 61f1fbd04016e53d6ea96d23b84ead7d6ab9fbb9 (diff) | |
download | cpython-5e76305236df99aec191431585cd4bfa0c080766.zip cpython-5e76305236df99aec191431585cd4bfa0c080766.tar.gz cpython-5e76305236df99aec191431585cd4bfa0c080766.tar.bz2 |
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Fix redirected permanently URLs (#104001)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 | ||||
-rw-r--r-- | Doc/using/mac.rst | 2 | ||||
-rw-r--r-- | Doc/using/windows.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 01f3af3..ecc877f 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -367,7 +367,7 @@ Miscellaneous options Hash randomization is intended to provide protection against a denial-of-service caused by carefully chosen inputs that exploit the worst case performance of a dict construction, O(n\ :sup:`2`) complexity. See - http://www.ocert.org/advisories/ocert-2011-003.html for details. + http://ocert.org/advisories/ocert-2011-003.html for details. :envvar:`PYTHONHASHSEED` allows you to set a fixed value for the hash seed secret. diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 9ae0270..69cd5c9 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -66,7 +66,7 @@ number of standard Unix command line editors, :program:`vim` and :program:`BBEdit` or :program:`TextWrangler` from Bare Bones Software (see http://www.barebones.com/products/bbedit/index.html) are good choices, as is :program:`TextMate` (see https://macromates.com/). Other editors include -:program:`Gvim` (https://macvim-dev.github.io/macvim/) and :program:`Aquamacs` +:program:`Gvim` (https://macvim.org/macvim/) and :program:`Aquamacs` (http://aquamacs.org/). To run your script from the Terminal window you must make sure that diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 1591982..f51a524 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -528,7 +528,7 @@ Besides the standard CPython distribution, there are modified packages including additional functionality. The following is a list of popular versions and their key features: -`ActivePython <https://www.activestate.com/activepython/>`_ +`ActivePython <https://www.activestate.com/products/python/>`_ Installer with multi-platform compatibility, documentation, PyWin32 `Anaconda <https://www.anaconda.com/download/>`_ |