mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix broken links in the documentation
Also removed a duplicate link under "Script Reference".
This commit is contained in:
parent
7c1dffa66f
commit
b02709f88f
6 changed files with 6 additions and 7 deletions
2
NEWS
2
NEWS
|
@ -631,7 +631,7 @@ Variable Naming
|
|||
|
||||
- Identifiers may have been renamed to conform to new `scripting
|
||||
conventions
|
||||
<http://www.bro.org/development/script-conventions.html>`_
|
||||
<http://www.bro.org/development/howtos/script-conventions.html>`_
|
||||
|
||||
|
||||
Removed Functionality
|
||||
|
|
|
@ -24,5 +24,5 @@ current, independent component releases.
|
|||
PySubnetTree - Python module for CIDR lookups<pysubnettree/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.
|
||||
|
|
|
@ -25,7 +25,7 @@ respond successfully to the insertion request.
|
|||
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::
|
||||
|
||||
# ./bin/elasticsearch
|
||||
|
|
|
@ -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
|
||||
installation prefix directory as before, or pick a new prefix and copy
|
||||
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.
|
||||
|
||||
Re-Using Previous Install Prefix
|
||||
|
|
|
@ -163,7 +163,7 @@ History
|
|||
:width: 600
|
||||
:align: center
|
||||
:alt: Bro History Timeline
|
||||
:target: history.png
|
||||
:target: ../_images/history.png
|
||||
|
||||
Timeline of Bro's History (click to enlarge).
|
||||
|
||||
|
@ -218,7 +218,7 @@ Architecture
|
|||
:width: 400
|
||||
:align: center
|
||||
:alt: Bro Architecture
|
||||
:target: {{docroot}}/images/architecture.png
|
||||
:target: ../_images/architecture.png
|
||||
|
||||
Bro's internal architecture.
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ Script Reference
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
packages
|
||||
builtins
|
||||
Built-In Functions (BIFs) <base/bif/index>
|
||||
scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue