From efb2a589d524a253acd9caf84725211529d6aa3d Mon Sep 17 00:00:00 2001 From: "Katsiaryna Kazak/ONAP (NC) /SRPOL/Engineer/삼성전자" Date: Thu, 25 Jul 2019 16:08:58 +0200 Subject: fix image urls in docs 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 Change-Id: Ib163c3159ae284f6c731795b0cbb53ed176ade11 --- docs/installconfigure/Configure_git_and_gerrit.rst | 6 +++--- docs/installconfigure/Install_Docker.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/installconfigure') diff --git a/docs/installconfigure/Configure_git_and_gerrit.rst b/docs/installconfigure/Configure_git_and_gerrit.rst index c4598faf7b..76a4d75331 100644 --- a/docs/installconfigure/Configure_git_and_gerrit.rst +++ b/docs/installconfigure/Configure_git_and_gerrit.rst @@ -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 diff --git a/docs/installconfigure/Install_Docker.rst b/docs/installconfigure/Install_Docker.rst index 91e40ca138..d20c2b1951 100644 --- a/docs/installconfigure/Install_Docker.rst +++ b/docs/installconfigure/Install_Docker.rst @@ -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 -- cgit 1.2.3-korg