diff options
| author | scoder <stefan_ml@behnel.de> | 2016-07-24 09:44:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-24 09:44:00 +0200 |
| commit | b3ffdd9904baab64d2288969752c26d39cd18db3 (patch) | |
| tree | 9580b03e10a18ace02b2058860eab3b6cc1a7864 /doc | |
| parent | 82e8db8a0796f85296739e6cb23c85e1f0aa1d4b (diff) | |
| parent | 550adab6ae4a202a00def3246bb324c60c5dc7c4 (diff) | |
| download | python-lxml-b3ffdd9904baab64d2288969752c26d39cd18db3.tar.gz | |
Merge pull request #192 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/FAQ.txt | 2 | ||||
| -rw-r--r-- | doc/build.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ.txt b/doc/FAQ.txt index 0dc620fa..e47183e8 100644 --- a/doc/FAQ.txt +++ b/doc/FAQ.txt @@ -201,7 +201,7 @@ not take advantage of lxml's enhanced feature set. a secure HTTP proxy * `lwebstring <http://pypi.python.org/pypi/lwebstring>`_, an XML template engine -* `openpyxl <https://openpyxl.readthedocs.org/>`_, +* `openpyxl <https://openpyxl.readthedocs.io/>`_, a library to read/write MS Excel 2007 files * `OpenXMLlib <http://permalink.gmane.org/gmane.comp.python.lxml.devel/3250>`_, a library for handling OpenXML document meta data diff --git a/doc/build.txt b/doc/build.txt index e078a8ca..afc385f7 100644 --- a/doc/build.txt +++ b/doc/build.txt @@ -23,7 +23,7 @@ Cython .. _pip: http://pypi.python.org/pypi/pip .. _Cython: http://cython.org -.. _wheel: http://wheel.readthedocs.org/en/latest/ +.. _wheel: https://wheel.readthedocs.io/en/latest/ The lxml.etree and lxml.objectify modules are written in Cython_. Since we distribute the Cython-generated .c files with lxml releases, |
