@@ -132,7 +132,7 @@ For detached signatures, the code above will use the ``Id`` or ``ID`` attribute
132
132
``sign() ``. To verify a detached signature that refers to an external entity, pass a callable resolver in
133
133
``XMLVerifier().verify(data, uri_resolver=...) ``.
134
134
135
- See the `API documentation <https://signxml.readthedocs .io/en/latest/#id4 >`_ for more.
135
+ See the `API documentation <https://xml-security.github .io/signxml/#id5 >`_ for more.
136
136
137
137
XML parsing security and compatibility with ``xml.etree.ElementTree ``
138
138
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -155,7 +155,7 @@ Authors
155
155
Links
156
156
-----
157
157
* `Project home page (GitHub) <https://github.com/XML-Security/signxml >`_
158
- * `Documentation (Read the Docs) <https://signxml.readthedocs .io/en/latest / >`_
158
+ * `Documentation <https://xml-security.github .io/signxml / >`_
159
159
* `Package distribution (PyPI) <https://pypi.python.org/pypi/signxml >`_
160
160
* `Change log <https://github.com/XML-Security/signxml/blob/master/Changes.rst >`_
161
161
* `List of W3C XML Signature standards and drafts <https://www.w3.org/TR/?title=xml%20signature >`_
@@ -185,5 +185,3 @@ Licensed under the terms of the `Apache License, Version 2.0 <http://www.apache.
185
185
:target: https://pypi.python.org/pypi/signxml
186
186
.. image :: https://img.shields.io/pypi/l/signxml.svg
187
187
:target: https://pypi.python.org/pypi/signxml
188
- .. image :: https://readthedocs.org/projects/signxml/badge/?version=latest
189
- :target: https://signxml.readthedocs.io/
0 commit comments