summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/how-to-use-docs
diff options
context:
space:
mode:
authorRich Bennett <rb2745@att.com>2017-09-20 08:26:05 -0400
committerRich Bennett <rb2745@att.com>2017-09-20 13:36:05 +0000
commit2360e2182f7b46d01ad923867793035ece24945e (patch)
tree01deb5a64958dae61994b27c515f4ed8b142643d /docs/guides/onap-developer/how-to-use-docs
parentffd983d96d81c173660ddeb2e992376c38b4c450 (diff)
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>
Diffstat (limited to 'docs/guides/onap-developer/how-to-use-docs')
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/include-documentation.rst2
1 files changed, 1 insertions, 1 deletions
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