Skip to content

Commit 1a4fa4a

Browse files
committed
Eliminating legacy links vol2
Signed-off-by: mrgarris0n <[email protected]>
1 parent 596a81b commit 1a4fa4a

File tree

8 files changed

+9
-11
lines changed

8 files changed

+9
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
For details on how this option influences HTTP batch mode, see
2-
[[this chapter | adm-dest-http-nonjava-batch]]
2+
[[this chapter|adm-dest-http-nonjava-batch]]

_includes/doc/admin-guide/options/trim-large-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ drivers ignore the trim-large-messages() option.
3030
3131
Available in syslog-ng OSE version 3.21 and later.
3232
33-
Uses the value of the [[global option]] if not specified.
33+
Uses the value of the global option if not specified.

_includes/doc/admin-guide/options/ts-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ ts-format() parameter) for the specific destination. For details, see
1111
Destinations that use specific protocols (for example, network(), or
1212
syslog()) ignore this option. For protocol-like destinations, use a
1313
template locally in the destination, or use the
14-
[[proto-template]] option.
14+
proto-template() option.
1515
{: .notice--info}

doc/_admin-guide/020_The_concepts_of_syslog-ng/009_Structuring_macros/000_Specifying_data_types.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ description: >-
1515
From syslog-ng OSE version 4.0 onwards, name-value pairs are now
1616
triplets (name, type, value). Typing support is available for several
1717
other components, for example, json-parser() and the $(format-json)
18-
template function. For more information, see [[Components supported by
19-
data types]].
18+
template function. For more information, see Components supported by data types.
2019

2120
![]({{ site.baseurl}}/assets/images/caution.png)
2221
**CAUTION:** Hazard of data loss!
@@ -111,8 +110,7 @@ destination.
111110
Elements without type data are handled as strings.
112111

113112
JSON lists (arrays) are converted to syslog-ng OSE lists, and can be
114-
manipulated using the [[list-append]]
115-
template functions.
113+
manipulated using the $(list-append) template functions.
116114

117115
### set() and groupset() rewrite rules
118116

doc/_admin-guide/050_The_configuration_file/007_Managing_complex_syslog-ng_configurations/001_Reusing_config_blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ source s_example {
222222
### Example: Using arguments in blocks
223223

224224
The following example is the code of the
225-
[[pacct() source driver]], which is actually a block that
225+
[[pacct() source driver|adm-src-pacct]], which is actually a block that
226226
can optionally receive two arguments.
227227

228228
```config

doc/_admin-guide/060_Sources/200_systemd-syslog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: >-
1010
Note the following points about this driver:
1111

1212
- If possible, use the more reliable
13-
[[systemd-journal()]] driver instead.
13+
[[systemd-journal() driver|adm-src-systemd-journal]] instead.
1414

1515
- The socket activation of systemd is buggy, causing some log messages
1616
to get lost during system startup.

doc/_admin-guide/060_Sources/220_unix-stream_unix-dgram/000_Unix_credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: >-
1010
The syslog-ng OSE application can extract the following information on
1111
Linux and FreeBSD platforms (examples show the value of the macro for the `su - myuser`
1212
command). Similar information is available for the
13-
[[systemd-journal source]].
13+
[[systemd-journal source|adm-src-systemd-journal]].
1414

1515
| Macro | Description |
1616
|---|---|

doc/_admin-guide/070_Destinations/050_Graphite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ destination d_graphite { graphite(payload("--key monitor.*")); };
4747
**NOTE:** The graphite() destination is only a wrapper around the network()
4848
destination and the graphite-output template function. If you want to
4949
fine-tune the TCP parameters, use the **network()** destination instead,
50-
as described in [[graphite-output]].
50+
as described in $(graphite-output).
5151
{: .notice--info}

0 commit comments

Comments
 (0)