From 0e89c1fbeb6618a1a4218c7c78506dff6f71dd6d Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 13 Oct 2017 07:12:09 +0530 Subject: Fix borken link in doc images CLI-40 Change-Id: Ie1b0d7d0b709410aac83a025f7d2a92ee2ffb5f2 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/architecture.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/architecture.rst') 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. -- cgit 1.2.3-korg