From: Jun Hu Date: Wed, 20 Sep 2017 14:00:57 +0000 (+0000) Subject: Merge "Improve integration instructions" X-Git-Tag: 1.0.0-Amsterdam~2168 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6ce8667908160fb5b80c2d1d3ef8f82cf78c6d6a;hp=1ef1bb13512fe7fd24dd3cfc595c124fca41b42f;p=doc.git Merge "Improve integration instructions" --- 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