diff options
author | Jun Hu <jh245g@att.com> | 2017-09-20 14:00:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-20 14:00:57 +0000 |
commit | 6ce8667908160fb5b80c2d1d3ef8f82cf78c6d6a (patch) | |
tree | 2a4416df37fef688944bbe4c181a3fafed453e3f /docs | |
parent | 1ef1bb13512fe7fd24dd3cfc595c124fca41b42f (diff) | |
parent | 2360e2182f7b46d01ad923867793035ece24945e (diff) |
Merge "Improve integration instructions"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 2 |
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 |