From c9191425877878f9f340647a6f0403beb120210d Mon Sep 17 00:00:00 2001 From: Dmytro Dovbii Date: Mon, 14 Dec 2015 11:40:20 +0200 Subject: [PATCH] [Murano Docs] Fix links on client docs page Page describing package creating was renamed, but several links weren't updated. This patch fixes it Change-Id: I9d73de2d6f0afffbca171b2908cfbef88fa9c045 Closes-Bug: #1525837 --- doc/source/articles/client.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/articles/client.rst b/doc/source/articles/client.rst index 5f5f1ac0b..17f34acd2 100644 --- a/doc/source/articles/client.rst +++ b/doc/source/articles/client.rst @@ -113,7 +113,7 @@ would inspect images already present in the image database. Unless image with the specific name and hash is present client would attempt to download it. For more info about specifying images and requirements for the package see -package creation docs: :ref:`app_pkg`. +package creation docs: :ref:`step-by-step`. If any of the packages, being installed is already registered in Murano, client would ask you what do do with it. You can specify the default action with @@ -175,7 +175,7 @@ files/directories. To find out more about this command run:: This command is useful, when application package files are spread across several directories, and for auto-generating packages from heat templates For more info about package composition please see package creation docs: -:ref:`app_pkg`. +:ref:`step-by-step`. Managing Environments