diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-07-17 14:07:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-17 14:07:31 +0000 |
commit | 59897ff56f8c6dd965e1b40a772cdef95722551e (patch) | |
tree | 83a63f3de9cbf02732f24659a6fff81cd26a591c /docs | |
parent | 9de078c5218166d2860543359ca0bfe0cc931bfd (diff) | |
parent | 821da9c84c6f1bf83db8ae5c6f02f662651f3757 (diff) |
Merge "Correction, documentation guide"
Diffstat (limited to 'docs')
-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 . |