summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/onap-developer')
-rw-r--r--docs/guides/onap-developer/architecture/index.rst2
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/include-documentation.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/onap-developer/architecture/index.rst b/docs/guides/onap-developer/architecture/index.rst
index 5133e97c6..c336af870 100644
--- a/docs/guides/onap-developer/architecture/index.rst
+++ b/docs/guides/onap-developer/architecture/index.rst
@@ -28,7 +28,7 @@ User Interfaces
:maxdepth: 1
:titlesonly:
- CLAMP - Closed Loop Automation Platform <../../../submodules/clamp.git/docs/index>
+ CLAMP - Closed Loop Automation Platform <../../../submodules/clamp.git/docs/architecture.rst>
CLI - Command Line Interface <../../../submodules/cli.git/docs/architecture.rst>
SDC - Service Design and Creation <../../../submodules/sdc.git/docs/architecture.rst>
../../../submodules/sdc/jtosca.git/docs/architecture.rst
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 aa2def9d7..4a7300d16 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
@@ -402,7 +402,7 @@ Update submodules, build documentation using tox & then open using any browser.
.. code-block:: bash
cd doc
- git submodule update --init
+ git submodule update --depth 1 --init
tox -edocs
firefox docs/_build/html/index.html