fix image urls in docs 15/92015/1
authorKatsiaryna Kazak/ONAP (NC) /SRPOL/Engineer/삼성전자 <k.kazak@samsung.com>
Thu, 25 Jul 2019 14:08:58 +0000 (16:08 +0200)
committerKatsiaryna Kazak/ONAP (NC) /SRPOL/Engineer/삼성전자 <k.kazak@samsung.com>
Thu, 25 Jul 2019 14:08:58 +0000 (16:08 +0200)
Corrected image URL for SO Install Docker documentation page
Corrected images URLs for SO Configure git & gerrit documentation page

Issue-ID: SO-2150, SO-2151
Signed-off-by: Katsiaryna Kazak <k.kazak@samsung.com>
Change-Id: Ib163c3159ae284f6c731795b0cbb53ed176ade11

docs/installconfigure/Configure_git_and_gerrit.rst
docs/installconfigure/Install_Docker.rst

index c4598fa..76a4d75 100644 (file)
@@ -25,14 +25,14 @@ Enter your SSH public key (id_rsa) into gerrit:
 - Log in
 - Open the menu next to your name (under the green search button)
 
-.. image:: images/Configure_git_1.png
+.. image:: ../images/Configure_git_1.png
 
 - Select "Settings"
 - In the "Settings" sidebar, click "SSH Public Keys"`
 - Click "Add Key..."
 - Paste the entire contents of $HOME/.ssh/id_rsa.pub into the text area and click "Add".
 
-.. image:: images/Configure_git_2.png
+.. image:: ../images/Configure_git_2.png
 
 Install the git-review package.
 
@@ -90,4 +90,4 @@ Verify that you have connectivity to gerrit through the proxy.  Answer "yes" to
 
   ssh -p 29418 gerrit.onap.org
 
-.. image:: images/Configure_git_3.png
+.. image:: ../images/Configure_git_3.png
index 91e40ca..d20c2b1 100644 (file)
@@ -3,7 +3,7 @@
 .. Copyright 2018 Huawei Technologies Co., Ltd.
 
 Install Docker
-===============
+==============
 
 Make sure curl is installed on the Ubuntu VM:
 
@@ -58,7 +58,7 @@ If you are behind a corporate firewall, you will need to configure proxy setting
     Restart docker:
 
 .. code-block:: bash
-       
+
         sudo systemctl daemon-reload
         sudo systemctl restart docker
 
@@ -82,4 +82,4 @@ Verify that you can download and run the hello-world container
 
     docker run hello-world
        
-.. image:: images/Docker_install_1.png
\ No newline at end of file
+.. image:: ../images/Docker_install_1.png
\ No newline at end of file