From 2f041a999f318b3f8ac055ca56f6268def915a96 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Tue, 20 Mar 2012 13:14:02 +1100 Subject: [PATCH] Fix README headings Signed-off-by: Angus Salkeld --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dc1aaf5777..63f7a45892 100644 --- a/README.rst +++ b/README.rst @@ -36,13 +36,15 @@ shell3: heat create my_stack --template-url=https://raw.github.com/heat-api/heat/blob/master/templates/WordPress_Single_Instance.template -References: +References +---------- http://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/create-stack.html http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=tosca -Related projects: +Related projects +---------------- http://wiki.openstack.org/Donabe http://wiki.openstack.org/DatabaseAsAService (could be used to provide AWS::RDS::DBInstance) http://wiki.openstack.org/QueueService (could be used to provide AWS::SQS::Queue)