aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-13 07:12:09 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-13 07:16:35 +0530
commit0e89c1fbeb6618a1a4218c7c78506dff6f71dd6d (patch)
tree772203cc1e74ed77136806ad111e9e40b95c8030 /docs/architecture.rst
parent0aeedb55066ff9e860225be51266ac85134afb87 (diff)
Fix borken link in doc images
CLI-40 Change-Id: Ie1b0d7d0b709410aac83a025f7d2a92ee2ffb5f2 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 7b54c3c6..12a340d7 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -8,9 +8,7 @@ CLI architecture
Following diagram shows the high-level architecture of ONAP CLI.
-|image3|
-
-.. |image3| image:: images/portal-cli-arch.png
+.. image:: images/portal-cli-arch.png
:height: 600px
:width: 800px
@@ -19,7 +17,7 @@ the corresponding command route the request to that command plugin.
* **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and auto-matically register them into Registrar.
-* **Command Plug-ings** : Implement the command as plugin. More details developer_guide_.
+* **Command Plug-ings** : Implement the command as plugin. More details :ref:`developer_guide`
* **HTTP Command** : Plug-in for implementing all Rest based command as YAML without any coding.