From cd54af3c6754a12970f7ad96325f16d2b6f70ab7 Mon Sep 17 00:00:00 2001 From: Anderson Mesquita Date: Mon, 19 May 2014 13:18:48 -0400 Subject: [PATCH] Fix broken link to API reference The link to the API reference was pointing to api-ref-orchestration, which is incorrect. This changes it to api-ref-orchestration-v1. Closes-Bug: #1320956 Change-Id: I3eb46af60dffc47e62ffbfc9f407f7f1a86a56a1 --- 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 56631be3b0..7fa9bf8b0b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -59,7 +59,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.html + .. _`Heat REST API Reference (OpenStack API Complete Reference - Orchestration)`: http://api.openstack.org/api-ref-orchestration-v1.html Operations Documentation ========================