2 - Checking out and building the UI
 ====================================
 
-.. _Building UI
-
 **Step 1:** Checkout the UI from the repo
 
 .. code-block:: bash
 
     npm start --scripts-prepend-node-path
 
-** If you get the following error
+*If you get the following error*
 
 .. image:: images/03-gui.png
 
-    gedit package.json
-
 .. code-block:: bash
 
-   change the following
-   "version": "${project.version}",
+   gedit package.json
 
-   to
+Then change ``"version": "${project.version}",`` to ``"version": "2.1.1",``
 
-   "version": "2.1.1",
+Save and close, then delete the node_modules directory
 
-    save and close
-
-    then delete the node_modules directory
+.. code-block:: bash
 
     rm -rf node_modules/
 
-    then run again
+Then run again
+
+.. code-block:: bash
 
     npm install
 
 
 ** Prerequisite:
 
-see clamp-policy-gui-label_
+See :ref:`Policy GUI Prerequisites<clamp-policy-gui-label>`
 
 **Step 1:** From the Main Menu Click on TOSCA Automation Composition Dropdown
 
 
 .. image:: images/23-gui.png
 
-* NOTE: Can't change from Passive to Running in a local developer machine, can only change in the production environment
\ No newline at end of file
+* NOTE: Can't change from Passive to Running in a local developer machine, can only change in the production environment
+
+End of document