From e8ac89b3d34bca7a4c3f0c7e09abe2b4767180c6 Mon Sep 17 00:00:00 2001
From: David Moreau Simard <dms@redhat.com>
Date: Thu, 5 Nov 2015 13:46:49 -0500
Subject: [PATCH] Fix documentation links in the README

- Remove ansible-deployment documentation link, it was moved
  to quickstart.
- Link to rendered documentation on docs.openstack.org instead

Change-Id: Ib97cfa23e7932c1d7012d1b36a26f32914431790
Closes-Bug: #1513582
---
 README.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index abe173e27b..9e951bf5b4 100644
--- a/README.rst
+++ b/README.rst
@@ -20,10 +20,11 @@ configuration to suit the operator's exact requirements.
 Getting Started
 ===============
 
-Please get started by reading the `Developer
-Quickstart <https://github.com/openstack/kolla/blob/master/doc/quickstart.rst>`__
-followed by the `Ansible Deployment
-Guide <https://github.com/openstack/kolla/blob/master/doc/ansible-deployment.rst>`__.
+The learn about Kolla, you can find the documentation online on
+`docs.openstack.org <http://docs.openstack.org/developer/kolla/>`__.
+
+You can get started by reading the `Developer
+Quickstart <http://docs.openstack.org/developer/kolla/quickstart.html>`__.
 
 Docker Images
 -------------
@@ -31,7 +32,7 @@ Docker Images
 The `Docker images <https://docs.docker.com/userguide/dockerimages/>`__
 are built by the Kolla project maintainers. A detailed process for
 contributing to the images can be found in the `image building
-guide <https://github.com/openstack/kolla/blob/master/doc/image-building.rst>`__.
+guide <http://docs.openstack.org/developer/kolla/image-building.html>`__.
 Images reside in the Docker Hub `Kollaglue
 repo <https://hub.docker.com/u/kollaglue/>`__.