From 518621f9307981a22c3c360ab2e4fa6b18262f5f Mon Sep 17 00:00:00 2001
From: Ivan Kolodyazhny <e0ne@e0ne.info>
Date: Fri, 11 May 2018 12:20:03 +0300
Subject: [PATCH] Add a link to the documentation into the README.rst

Also this patch removes unnecessary index.html references.

Change-Id: I382c1c08a3a406cabf7b519521cf8a215c7d62b4
---
 README.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index fbb229e0bc..a6c0709cfd 100644
--- a/README.rst
+++ b/README.rst
@@ -8,12 +8,13 @@ from reusable components. The ``openstack_dashboard`` module is a reference
 implementation of a Django site that uses the ``horizon`` app to provide
 web-based interactions with the various OpenStack projects.
 
+* Project documentation: https://docs.openstack.org/horizon/latest/
 * Release management: https://launchpad.net/horizon
 * Blueprints and feature specifications: https://blueprints.launchpad.net/horizon
 * Issue tracking: https://bugs.launchpad.net/horizon
 
 .. image:: https://governance.openstack.org/tc/badges/horizon.svg
-    :target: https://governance.openstack.org/tc/reference/tags/index.html
+    :target: https://governance.openstack.org/tc/reference/tags/
 
 Using Horizon
 =============
@@ -23,7 +24,7 @@ in your OpenStack setup. It describes the example steps and
 has pointers for more detailed settings and configurations.
 
 It is also available at
-`Installation Guide <https://docs.openstack.org/horizon/latest/install/index.html>`_.
+`Installation Guide <https://docs.openstack.org/horizon/latest/install/>`_.
 
 Getting Started for Developers
 ==============================