summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Klinger <staeff@users.noreply.github.com>2021-10-15 12:07:08 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-11-01 10:48:14 +0100
commit9d2be1fabd7a1a5157762e0f19bcfb30c84d399a (patch)
treedc56c82466afd4c4a7fa4dea6365e72fbc525a2c
parent4d123498d48aa1936cf1502d856b11224da3bd49 (diff)
downloadpython-lxml-9d2be1fabd7a1a5157762e0f19bcfb30c84d399a.tar.gz
Update some dead links to their archive.org mirror (GH-327)
-rw-r--r--doc/FAQ.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ.txt b/doc/FAQ.txt
index 24ec8c42..ce2595eb 100644
--- a/doc/FAQ.txt
+++ b/doc/FAQ.txt
@@ -117,11 +117,11 @@ wrote a nice article about high-performance aspects when `parsing
large files with lxml`_.
.. _`lxml.etree Tutorial`: tutorial.html
-.. _`tutorial for ElementTree`: https://effbot.org/zone/element.htm
+.. _`tutorial for ElementTree`: https://web.archive.org/web/20200720191942/https://effbot.org/zone/element.htm
.. _`extended etree API`: api.html
.. _`objectify documentation`: objectify.html
-.. _`Python XML processing with lxml`: http://www.nmt.edu/tcc/help/pubs/pylxml/
-.. _`element library`: https://effbot.org/zone/element-lib.htm
+.. _`Python XML processing with lxml`: https://web.archive.org/web/20190522191656/http://infohost.nmt.edu/tcc/help/pubs/pylxml/web/index.html
+.. _`element library`: https://web.archive.org/web/20200703234431/http://www.effbot.org/zone/element-lib.htm
.. _`parsing large files with lxml`: http://www.ibm.com/developerworks/xml/library/x-hiperfparse/
@@ -143,7 +143,7 @@ web page`_.
The `generated API documentation`_ is a comprehensive API reference
for the lxml package.
-.. _`ElementTree API`: https://effbot.org/zone/element-index.htm
+.. _`ElementTree API`: https://web.archive.org/web/20200703191710/http://www.effbot.org/zone/element-index.htm
.. _`the web page`: https://lxml.de/#documentation
.. _`generated API documentation`: api/index.html