From 73370b658d19e84fd87b1f3afa815fad061b06a2 Mon Sep 17 00:00:00 2001 From: Tetiana Lashchova Date: Thu, 31 Mar 2016 17:32:26 +0300 Subject: [PATCH] Fix links for samples in heat-transtator plugin Change-Id: I6d225047c21deda43435d7171b9b7b5e8811399b --- .../murano_heat-translator_plugin/sample/hello_world/README.rst | 2 +- .../murano_heat-translator_plugin/sample/wordpress/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/plugins/murano_heat-translator_plugin/sample/hello_world/README.rst b/contrib/plugins/murano_heat-translator_plugin/sample/hello_world/README.rst index ce139295..35cc3025 100644 --- a/contrib/plugins/murano_heat-translator_plugin/sample/hello_world/README.rst +++ b/contrib/plugins/murano_heat-translator_plugin/sample/hello_world/README.rst @@ -5,7 +5,7 @@ In order to build a Murano application definition archive from the hello_world CSAR and the corresponding logo and manifest files, from inside the hello_world folder run following commands: -1. Download archive from https://github.com/openstack/heat-translator/blob/0.4.0/translator/tests/data/csar_hello_world.zip +1. Download archive from https://github.com/openstack/heat-translator/raw/0.4.0/translator/tests/data/csar_hello_world.zip 2. Rename it to 'csar.zip' 3. *zip csar_helloworld_murano_package.zip csar.zip logo.png manifest.yaml* diff --git a/contrib/plugins/murano_heat-translator_plugin/sample/wordpress/README.rst b/contrib/plugins/murano_heat-translator_plugin/sample/wordpress/README.rst index 0c8f8465..c79b4cc1 100644 --- a/contrib/plugins/murano_heat-translator_plugin/sample/wordpress/README.rst +++ b/contrib/plugins/murano_heat-translator_plugin/sample/wordpress/README.rst @@ -5,7 +5,7 @@ In order to build a Murano application definition archive from the wordpress CSAR and the corresponding logo and manifest files, from inside the wordpress folder run this command: -1. Download archive from https://github.com/openstack/heat-translator/blob/0.4.0/translator/tests/data/csar_single_instance_wordpress.zip +1. Download archive from https://github.com/openstack/heat-translator/raw/0.4.0/translator/tests/data/csar_single_instance_wordpress.zip 2. Rename it to 'csar.zip' 3. *zip csar_wordpress_murano_package.zip csar.zip logo.png manifest.yaml*