Repository: qpid-dispatch Updated Branches: refs/heads/master 717c49d1b -> 704003cc3
DISPATCH-304 - Additional fix to correct URL of console_login.png Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/704003cc Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/704003cc Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/704003cc Branch: refs/heads/master Commit: 704003cc370f3ce6bd13a300bfd5dd1d95836f2a Parents: 717c49d Author: Ganesh Murthy <[email protected]> Authored: Tue May 3 13:58:56 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Tue May 3 13:58:56 2016 -0400 ---------------------------------------------------------------------- doc/book/console_operation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/704003cc/doc/book/console_operation.rst ---------------------------------------------------------------------- diff --git a/doc/book/console_operation.rst b/doc/book/console_operation.rst index a374bd9..fbd8358 100644 --- a/doc/book/console_operation.rst +++ b/doc/book/console_operation.rst @@ -23,7 +23,7 @@ Logging in to a router network The console communicates to the router network using the proton javascript bindings. When run from a web page, the proton bindings use web sockets to send and receive commands. However, the dispatch router requires tcp. Therefore a web-sockets to tcp proxy is used. -.. image:: /console_login.png +.. image:: console_login.png Enter the address of a proxy that is connected to a router in the network. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
