From 1f089929d3249809003b173e2e843cb8ac3920b8 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Tue, 15 Mar 2016 14:25:25 +0530 Subject: [PATCH] Fixes external hyperlink format in heat architecture doc Heat architecture document has hyperlink to external document such as AWS cloudformation and it was not formatted properly. So this patch fixes it. Change-Id: Ia5bc06b0c2045cd6732039d76204ced89eeecc3e --- doc/source/developing_guides/architecture.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/source/developing_guides/architecture.rst b/doc/source/developing_guides/architecture.rst index e045607290..4860ee6d90 100644 --- a/doc/source/developing_guides/architecture.rst +++ b/doc/source/developing_guides/architecture.rst @@ -19,10 +19,8 @@ Heat architecture ================= Heat is a service to orchestrate multiple composite cloud applications using -the .. _AWS CloudFormation: -http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html?r=7078 -template format, through both an OpenStack-native REST API and a -CloudFormation-compatible Query API. +the `AWS CloudFormation`_ template format, through both an OpenStack-native +REST API and a CloudFormation-compatible Query API. Detailed description @@ -91,7 +89,8 @@ heat-engine The heat-engine's main responsibility is to orchestrate the launching of templates and provide events back to the API consumer. -The templates integrate well with .. _Puppet: -https://s3.amazonaws.com/cloudformation-examples/IntegratingAWSCloudFormationWithPuppet.pdf -and .. _Chef: -http://www.full360.com/2011/02/27/integrating-aws-cloudformation-and-chef.html +The templates integrate well with Puppet_ and Chef_. + +.. _Puppet: https://s3.amazonaws.com/cloudformation-examples/IntegratingAWSCloudFormationWithPuppet.pdf +.. _Chef: http://www.full360.com/2011/02/27/integrating-aws-cloudformation-and-chef.html +.. _`AWS CloudFormation`: http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html?r=7078