Skip to content

Commit 5b5437d

Browse files
authored
Remove readthedocs links from readme
1 parent 2484ceb commit 5b5437d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ For detached signatures, the code above will use the ``Id`` or ``ID`` attribute
132132
``sign()``. To verify a detached signature that refers to an external entity, pass a callable resolver in
133133
``XMLVerifier().verify(data, uri_resolver=...)``.
134134

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.
136136

137137
XML parsing security and compatibility with ``xml.etree.ElementTree``
138138
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -155,7 +155,7 @@ Authors
155155
Links
156156
-----
157157
* `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/>`_
159159
* `Package distribution (PyPI) <https://pypi.python.org/pypi/signxml>`_
160160
* `Change log <https://github.com/XML-Security/signxml/blob/master/Changes.rst>`_
161161
* `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.
185185
:target: https://pypi.python.org/pypi/signxml
186186
.. image:: https://img.shields.io/pypi/l/signxml.svg
187187
: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

Comments
 (0)