Skip to content

Commit a936b42

Browse files
authored
Legacy link fixes (#19)
Fixes: #14
2 parents ce2ef70 + 5008a85 commit a936b42

File tree

32 files changed

+48
-59
lines changed

32 files changed

+48
-59
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/deployment.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
deployment](https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security).
88

99
For details on the deployment() option in the sumologic-http()
10-
destination\'s declaration, see [[Declaration for the sumologic-http()
11-
destination|adm-dest-sumologic-http]].
10+
destination\'s declaration, see [[Declaration for the sumologic-http() destination|adm-dest-sumologic-http]].
1211

1312
For details on the deployment() option in the sumologic-syslog()
14-
destination\'s declaration, see [[Declaration for the sumologic-syslog()
15-
destination|adm-dest-sumologic-syslog]].
13+
destination\'s declaration, see [[Declaration for the sumologic-syslog() destination|adm-dest-sumologic-syslog]].

_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/140_Python/003_Fetcher_style_Python_sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the log path. This object references a Python class, which is the second
1717
part of the Python source. The Python class receives or fetches the log
1818
messages, and can do virtually anything that you can code in Python. You
1919
can either embed the Python class into your syslog-ng OSE configuration
20-
file, or [[store it in an external Python file]].
20+
file, or [[store it in an external Python file|adm-conf-python]].
2121

2222
```config
2323
source <name_of_the_python_source>{

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)