Fix broken links in the documentation

Also removed a duplicate link under "Script Reference".
This commit is contained in:
Daniel Thayer 2013-09-11 16:32:02 -05:00
parent 7c1dffa66f
commit b02709f88f
6 changed files with 6 additions and 7 deletions

2
NEWS
View file

@ -631,7 +631,7 @@ Variable Naming
- Identifiers may have been renamed to conform to new `scripting - Identifiers may have been renamed to conform to new `scripting
conventions conventions
<http://www.bro.org/development/script-conventions.html>`_ <http://www.bro.org/development/howtos/script-conventions.html>`_
Removed Functionality Removed Functionality

View file

@ -24,5 +24,5 @@ current, independent component releases.
PySubnetTree - Python module for CIDR lookups<pysubnettree/README> PySubnetTree - Python module for CIDR lookups<pysubnettree/README>
trace-summary - Script for generating break-downs of network traffic <trace-summary/README> trace-summary - Script for generating break-downs of network traffic <trace-summary/README>
The `Broccoli API Reference <broccoli-api/index.html>`_ may also be of The `Broccoli API Reference <../broccoli-api/index.html>`_ may also be of
interest. interest.

View file

@ -25,7 +25,7 @@ respond successfully to the insertion request.
Installing ElasticSearch Installing ElasticSearch
------------------------ ------------------------
Download the latest version from: <http://www.elasticsearch.org/download/>. Download the latest version from: http://www.elasticsearch.org/download/.
Once extracted, start ElasticSearch with:: Once extracted, start ElasticSearch with::
# ./bin/elasticsearch # ./bin/elasticsearch

View file

@ -9,7 +9,7 @@ If you're doing an upgrade install (rather than a fresh install),
there's two suggested approaches: either install Bro using the same there's two suggested approaches: either install Bro using the same
installation prefix directory as before, or pick a new prefix and copy installation prefix directory as before, or pick a new prefix and copy
local customizations over. In the following we summarize general local customizations over. In the following we summarize general
guidelines for upgrading, see the `Release Notes <release-notes>`_ for guidelines for upgrading, see the :ref:`release-notes` for
version-specific information. version-specific information.
Re-Using Previous Install Prefix Re-Using Previous Install Prefix

View file

@ -163,7 +163,7 @@ History
:width: 600 :width: 600
:align: center :align: center
:alt: Bro History Timeline :alt: Bro History Timeline
:target: history.png :target: ../_images/history.png
Timeline of Bro's History (click to enlarge). Timeline of Bro's History (click to enlarge).
@ -218,7 +218,7 @@ Architecture
:width: 400 :width: 400
:align: center :align: center
:alt: Bro Architecture :alt: Bro Architecture
:target: {{docroot}}/images/architecture.png :target: ../_images/architecture.png
Bro's internal architecture. Bro's internal architecture.

View file

@ -7,7 +7,6 @@ Script Reference
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
packages
builtins builtins
Built-In Functions (BIFs) <base/bif/index> Built-In Functions (BIFs) <base/bif/index>
scripts scripts