diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2022-06-21 18:55:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 18:55:18 (GMT) |
commit | f62ff97f31a775cc7956adeae32c14e7c85bdc15 (patch) | |
tree | 3c42c4a312807cc6cab6c0c124b235bb44e743cd /Doc/whatsnew/2.6.rst | |
parent | 7327d61abec965f309d10847d0e37faef680c18c (diff) | |
download | cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.zip cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.gz cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.bz2 |
gh-93851: Fix all broken links in Doc/ (GH-93853)
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 08a7c58..0dbb5e5 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -176,7 +176,7 @@ Hosting of the Python bug tracker is kindly provided by of Stellenbosch, South Africa. Martin von Löwis put a lot of effort into importing existing bugs and patches from SourceForge; his scripts for this import operation are at -http://svn.python.org/view/tracker/importer/ and may be useful to +``http://svn.python.org/view/tracker/importer/`` and may be useful to other projects wishing to move from SourceForge to Roundup. .. seealso:: |