summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.5.rst
diff options
context:
space:
mode:
authorStanley <46876382+slateny@users.noreply.github.com>2022-05-16 06:11:43 (GMT)
committerGitHub <noreply@github.com>2022-05-16 06:11:43 (GMT)
commit3ed1cae9ed9d1f0dd9d68da4b30b731fdf6be768 (patch)
treeb3e03b657829a589ea21e47d500a830e651ae408 /Doc/whatsnew/2.5.rst
parent70af994fee7c0850ae859727d9468a5f29375a38 (diff)
downloadcpython-3ed1cae9ed9d1f0dd9d68da4b30b731fdf6be768.zip
cpython-3ed1cae9ed9d1f0dd9d68da4b30b731fdf6be768.tar.gz
cpython-3ed1cae9ed9d1f0dd9d68da4b30b731fdf6be768.tar.bz2
gh-87670: Add web.archive redirects from effbot (GH-92816)
Diffstat (limited to 'Doc/whatsnew/2.5.rst')
-rw-r--r--Doc/whatsnew/2.5.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst
index 4e85aba..5816380 100644
--- a/Doc/whatsnew/2.5.rst
+++ b/Doc/whatsnew/2.5.rst
@@ -1767,7 +1767,7 @@ included.
The rest of this section will provide a brief overview of using ElementTree.
Full documentation for ElementTree is available at
-http://effbot.org/zone/element-index.htm.
+https://web.archive.org/web/20201124024954/http://effbot.org/zone/element-index.htm.
ElementTree represents an XML document as a tree of element nodes. The text
content of the document is stored as the :attr:`text` and :attr:`tail`
@@ -1865,7 +1865,7 @@ read the package's official documentation for more details.
.. seealso::
- http://effbot.org/zone/element-index.htm
+ https://web.archive.org/web/20201124024954/http://effbot.org/zone/element-index.htm
Official documentation for ElementTree.
.. ======================================================================