From d8260b7882e049013ba7b694d04ebf5cb8516a7c Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Wed, 31 Aug 2016 18:14:57 +0700 Subject: [PATCH] Correct link reference in heat/doc Currently we are using the new address for api reference. But heat/doc/source/index.rst still uses the old one. Change-Id: Ie1423e01a39b1f24fd3fa12368abcb87c8b1ac7c --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index c58fcf087d..6e85d98c0f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -84,7 +84,7 @@ API Documentation - `Heat REST API Reference (OpenStack API Complete Reference - Orchestration)`_ - .. _`Heat REST API Reference (OpenStack API Complete Reference - Orchestration)`: http://api.openstack.org/api-ref-orchestration-v1.html + .. _`Heat REST API Reference (OpenStack API Complete Reference - Orchestration)`: http://developer.openstack.org/api-ref/orchestration/v1/ Code Documentation