Merge "Fix the reference link"
diff --git a/pronto_deployment_guide/bootstrapping.rst b/pronto_deployment_guide/bootstrapping.rst
index b89db55..08d0977 100644
--- a/pronto_deployment_guide/bootstrapping.rst
+++ b/pronto_deployment_guide/bootstrapping.rst
@@ -53,6 +53,8 @@
    $ cd $WORKDIR
    $ git clone "ssh://[username]@gerrit.opencord.org:29418/aether-pod-configs"
 
+.. _update_global_resource:
+
 Update global resource maps
 ---------------------------
 Add a new ACE information at the end of the following global resource maps.
@@ -154,10 +156,11 @@
 .. code-block:: shell
 
    $ cd $WORKDIR/aether-pod-configs/tools
-   $ vi ace_env
+   $ cp ace_env /tmp/ace_env
+   $ vi /tmp/ace_env
    # Set environment variables
 
-   $ source ace_env
+   $ source /tmp/ace_env
    $ make vpn
    Created ../production/ace-test
    Created ../production/ace-test/main.tf
diff --git a/pronto_deployment_guide/run_time_deployment.rst b/pronto_deployment_guide/run_time_deployment.rst
index d4e70a3..69b73cb 100644
--- a/pronto_deployment_guide/run_time_deployment.rst
+++ b/pronto_deployment_guide/run_time_deployment.rst
@@ -11,11 +11,11 @@
 
 Before you begin
 ================
-Make sure :doc:`Bootstrapping <bootstrapping>` **Update global resource maps** section is completed.
+Make sure :ref:`Update Global Resources Map <update_global_resource>` section is completed.
 
 Download aether-pod-configs repository
 ======================================
-Download aether-pod-configs repository if you don't have it in your develop machine.
+Download aether-pod-configs repository if you don't have it already in your develop machine.
 
 .. code-block:: shell
 
@@ -30,10 +30,11 @@
 .. code-block:: shell
 
    $ cd $WORKDIR/aether-pod-configs/tools
-   $ vi ace_env
+   $ cp ace_env /tmp/ace_env
+   $ vi /tmp/ace_env
    # Set environment variables
 
-   $ source ace_env
+   $ source /tmp/ace_env
    $ make runtime
    Created ../production/ace-test/main.tf
    Created ../production/ace-test/variables.tf