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/Install_Docker.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/installconfigure/Install_Docker.rst') 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