From 2360e2182f7b46d01ad923867793035ece24945e Mon Sep 17 00:00:00 2001
From: Rich Bennett <rb2745@att.com>
Date: Wed, 20 Sep 2017 08:26:05 -0400
Subject: Improve integration instructions

Use relative git/gerrit url for submodules

Change-Id: I25cd7612b23bba904a2435d396df3716ba047912
Issue-ID: DOC-87
Signed-off-by: Rich Bennett <rb2745@att.com>
---
 docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/guides')

diff --git a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
index b1caff88a..6d970123f 100644
--- a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
+++ b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
@@ -81,7 +81,7 @@ The following sequence will do this over ssh.
    git clone ssh://$lfid@gerrit.onap.org:29418/doc
    cd doc
    mkdir -p `dirname docs/submodules/$reponame`
-   git submodule add https://gerrit.onap.org/r/$reponame docs/submodules/$reponame.git
+   git submodule add ../$reponame docs/submodules/$reponame.git
    git submodule init docs/submodules/$reponame.git
    git submodule update docs/submodules/$reponame.git
 
-- 
cgit