aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2016-04-28 07:04:00 +0300
committerPetri Lehtinen <petri@digip.org>2016-04-28 07:04:00 +0300
commit087ed94c452ecade26447c14605cd419e970cfd2 (patch)
tree71768662e55eb4a14ac906bf609e225909bf682b /README.rst
parent006638a6a27a4d8624065460d00633c46bf9c3fd (diff)
downloadjansson-087ed94c452ecade26447c14605cd419e970cfd2.zip
jansson-087ed94c452ecade26447c14605cd419e970cfd2.tar.gz
jansson-087ed94c452ecade26447c14605cd419e970cfd2.tar.bz2
Change readthedocs domain
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 6d0977e..ca64b74 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ data. Its main features and design principles are:
- Simple and intuitive API and data model
-- Comprehensive documentation
+- `Comprehensive documentation`_
- No dependencies on other libraries
@@ -51,7 +51,7 @@ use autoreconf::
Documentation
-------------
-Documentation is available at http://jansson.readthedocs.org/en/latest/.
+Documentation is available at http://jansson.readthedocs.io/en/latest/.
The documentation source is in the ``doc/`` subdirectory. To generate
HTML documentation, invoke::
@@ -63,5 +63,6 @@ Then, point your browser to ``doc/_build/html/index.html``. Sphinx_
.. _Jansson: http://www.digip.org/jansson/
+.. _`Comprehensive documentation`: http://jansson.readthedocs.io/en/latest/
.. _`MIT license`: http://www.opensource.org/licenses/mit-license.php
.. _Sphinx: http://sphinx.pocoo.org/