Issue-ID: APPC-1882 optimization in git clone using --depth
[appc/deployment.git] / docs / APPC Deployment Guidelines / APPC Deployment Guidelines.rst
index ed30dd1..2d36875 100644 (file)
@@ -1,6 +1,6 @@
 .. ============LICENSE_START==========================================
 .. ===================================================================
-.. Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+.. Copyright © 2017-2020 AT&T Intellectual Property. All rights reserved.
 .. ===================================================================
 .. Licensed under the Creative Commons License, Attribution 4.0 Intl.  (the "License");
 .. you may not use this documentation except in compliance with the License.
@@ -14,7 +14,6 @@
 .. See the License for the specific language governing permissions and
 .. limitations under the License.
 .. ============LICENSE_END============================================
-.. ECOMP is a trademark and service mark of AT&T Intellectual Property.
 
 ==========================
 APPC Deployment Guidelines
@@ -118,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
 ----------------------------------
@@ -325,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.