From e816a2049d8f90a22bc3bf8e211b6bbe4c61f162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 23 May 2017 12:48:06 -0400 Subject: [PATCH] Update documentation URL Change-Id: Ia9eea9667110b962571c78e9e2ba1b6c80bb1f17 --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 29fc6ba..b3e94ff 100644 --- a/README.rst +++ b/README.rst @@ -2,15 +2,16 @@ Almanach API Client =================== -.. image:: https://readthedocs.org/projects/almanach-client/badge/?version=latest - :target: http://almanach-client.readthedocs.io/en/latest/?badge=latest +.. image:: https://readthedocs.org/projects/python-almanachclient/badge/?version=latest + :target: http://python-almanachclient.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status This is a client library for Almanach built on the Almanach REST API. + It provides a Python API (The almanachclient module) and a command-line tool (almanach-client). * Free software: Apache license * Source: http://git.openstack.org/cgit/openstack/python-almanachclient * Bugs: http://bugs.launchpad.net/almanach -* Documentation: https://almanach-client.readthedocs.io/ +* Documentation: https://python-almanachclient.readthedocs.io/