From e02ad1711c1b76bb02c1cc7051e16e8128e2c344 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Wed, 27 May 2015 16:23:02 -0500 Subject: [PATCH] Add link to broctl doc from the quickstart doc --- doc/quickstart/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/quickstart/index.rst b/doc/quickstart/index.rst index 616c94c261..ba9896e19d 100644 --- a/doc/quickstart/index.rst +++ b/doc/quickstart/index.rst @@ -24,9 +24,10 @@ Managing Bro with BroControl BroControl is an interactive shell for easily operating/managing Bro installations on a single system or even across multiple systems in a traffic-monitoring cluster. This section explains how to use BroControl -to manage a stand-alone Bro installation. For instructions on how to -configure a Bro cluster, see the :doc:`Cluster Configuration -<../configuration/index>` documentation. +to manage a stand-alone Bro installation. For a complete reference on +BroControl, see the :doc:`BroControl <../components/broctl/README>` +documentation. For instructions on how to configure a Bro cluster, +see the :doc:`Cluster Configuration <../configuration/index>` documentation. A Minimal Starting Configuration --------------------------------