diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-04 10:30:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 10:30:05 (GMT) |
commit | d0d0154443cafb2f0a2cdfb6a1267d80cce8388e (patch) | |
tree | f4602d75ba6e3f6cf18974d32584e07ac099194d /Doc/whatsnew/2.6.rst | |
parent | 621b33ce258f3eaf154322c1edf0ead1e4892e36 (diff) | |
download | cpython-d0d0154443cafb2f0a2cdfb6a1267d80cce8388e.zip cpython-d0d0154443cafb2f0a2cdfb6a1267d80cce8388e.tar.gz cpython-d0d0154443cafb2f0a2cdfb6a1267d80cce8388e.tar.bz2 |
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
It updates links which redirect to HTTPS with different authority or
path.
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index eaca316..3d0d187 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -155,7 +155,7 @@ up different products and import some of the bugs and patches from SourceForge. Four different trackers were examined: `Jira <https://www.atlassian.com/software/jira/>`__, `Launchpad <https://launchpad.net/>`__, -`Roundup <http://roundup.sourceforge.net/>`__, and +`Roundup <https://roundup.sourceforge.io/>`__, and `Trac <https://trac.edgewall.org/>`__. The committee eventually settled on Jira and Roundup as the two candidates. Jira is a commercial product that @@ -187,7 +187,7 @@ other projects wishing to move from SourceForge to Roundup. https://bugs.jython.org: The Jython bug tracker. - http://roundup.sourceforge.net/ + https://roundup.sourceforge.io/ Roundup downloads and documentation. https://svn.python.org/view/tracker/importer/ @@ -238,7 +238,7 @@ have adopted Sphinx as their documentation tool. `Sphinx <http://sphinx-doc.org/>`__ Documentation and code for the Sphinx toolchain. - `Docutils <http://docutils.sourceforge.net>`__ + `Docutils <https://docutils.sourceforge.io>`__ The underlying reStructuredText parser and toolset. |