From 606886ed03ba7e5da061ea3b8e3fabb39f6756d2 Mon Sep 17 00:00:00 2001 From: Hang Li Date: Tue, 26 Nov 2019 14:53:21 +0800 Subject: [PATCH] Fix the error links for docs The git links are error,this change is to correct all them. Closes-Bug: #1853958 Signed-off-by: lihang Change-Id: I1e7975b9c46ca8f9d2f34c9163997c4a783c1abf --- doc/source/contributor/doc_contribute_guide.rst | 4 ++-- .../r2_release/virtual/physical_host_req.txt | 2 +- .../r3_release/virtual/physical_host_req.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/contributor/doc_contribute_guide.rst b/doc/source/contributor/doc_contribute_guide.rst index f496397d4..a1144717a 100644 --- a/doc/source/contributor/doc_contribute_guide.rst +++ b/doc/source/contributor/doc_contribute_guide.rst @@ -20,8 +20,8 @@ You can clone these repositories by: :: - $ git clone https://opendev.org/starlingx/docs - $ git clone https://opendev.org/starlingx/specs + $ git clone https://opendev.org/starlingx/docs.git + $ git clone https://opendev.org/starlingx/specs.git These projects contain hierarchy that organizes the documentation by topic: diff --git a/doc/source/deploy_install_guides/r2_release/virtual/physical_host_req.txt b/doc/source/deploy_install_guides/r2_release/virtual/physical_host_req.txt index ce3f47d56..db257f386 100644 --- a/doc/source/deploy_install_guides/r2_release/virtual/physical_host_req.txt +++ b/doc/source/deploy_install_guides/r2_release/virtual/physical_host_req.txt @@ -46,7 +46,7 @@ Set up the host with the following steps: apt-get install -y git cd $HOME - git clone https://opendev.org/starlingx/tools + git clone https://opendev.org/starlingx/tools.git #. Install required packages: diff --git a/doc/source/deploy_install_guides/r3_release/virtual/physical_host_req.txt b/doc/source/deploy_install_guides/r3_release/virtual/physical_host_req.txt index ce3f47d56..db257f386 100644 --- a/doc/source/deploy_install_guides/r3_release/virtual/physical_host_req.txt +++ b/doc/source/deploy_install_guides/r3_release/virtual/physical_host_req.txt @@ -46,7 +46,7 @@ Set up the host with the following steps: apt-get install -y git cd $HOME - git clone https://opendev.org/starlingx/tools + git clone https://opendev.org/starlingx/tools.git #. Install required packages: