diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-07-13 13:39:29 +0200 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-07-13 13:39:29 +0200 |
commit | 821da9c84c6f1bf83db8ae5c6f02f662651f3757 (patch) | |
tree | 80afabe65867fa6e5684275910876229ab6ebc99 | |
parent | 8b20767b7fa5082b6e9ce85a3eaddbcfe53b7c52 (diff) |
Correction, documentation guide
Change-Id: If6ea180c77e24ed07eb66ffdc92067e25c8144b3
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
-rw-r--r-- | docs/how-to-use-docs/include-documentation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/how-to-use-docs/include-documentation.rst b/docs/how-to-use-docs/include-documentation.rst index 0bc3264b6..7e9d54462 100644 --- a/docs/how-to-use-docs/include-documentation.rst +++ b/docs/how-to-use-docs/include-documentation.rst @@ -236,7 +236,7 @@ Clone the opnfvdocs repository and your submodule to .gitmodules following the c .. code-block:: bash cd docs/submodules/ - git submodule git https://gerrit.opnfv.org/gerrit/$reponame + git submodule add https://gerrit.opnfv.org/gerrit/$reponame git submodule init $reponame/ git submodule update $reponame/ git add . |