Issue-ID: APPC-1882 optimization in git clone using --depth
[appc/deployment.git] / docs / APPC Deployment Guidelines / APPC Deployment Guidelines.rst
index 2b8e23d..2d36875 100644 (file)
@@ -117,7 +117,7 @@ You can clone this repository to your docker host:
 
 .. code:: bash
 
-    git clone "https://gerrit.onap.org/r/appc/deployment"
+    git clone --depth 1 "https://gerrit.onap.org/r/appc/deployment"
 
 Downloading the APPC Docker Images
 ----------------------------------
@@ -324,8 +324,6 @@ Additional Notes
 -  For more information on a current list of available properties for
    APPC Features, please go to README.md located in the installation
    directory path of the APPC Deployment Code.
--  More documentation can be found on the ONAP Wiki's `APPC
-   Documentation Page <https://wiki.onap.org/display/DW/Controllers>`__
-   and in ONAP's `Read the
+-  More documentation can be found in ONAP's `Read the
    docs <http://onap.readthedocs.io/en/latest/release/index.html#projects>`__
    documentation site.