Skip to content

Commit 7b39d04

Browse files
authored
Eliminate unnecessary bracketing in links (#24)
To save some site generation time, eliminated all the hardwired link brackets.
2 parents b54ec22 + 19711ef commit 7b39d04

File tree

219 files changed

+422
-422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+422
-422
lines changed

_includes/doc/admin-guide/examples/multi-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
>
1919
{: .notice--info}
2020
21-
For details on using templates, see [[Templates and macros]].
21+
For details on using templates, see Templates and macros.
2222
2323
- To actually convert the lines of multi-line messages to single line
2424
(by replacing the newline characters with whitespaces), use the

_includes/doc/admin-guide/examples/timezone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
For details, see also [[Timezones and daylight saving]]
2-
and [[A note on timezones and timestamps]].
1+
For details, see also Timezones and daylight saving
2+
and A note on timezones and timestamps.
33

44
The timezone can be specified by using the name, for example,
55
time-zone("Europe/Budapest"), or as the timezone offset in +/-HH:MM

_includes/doc/admin-guide/host-from-macro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ the value of the {{ include.from }} macro:
1919
the sender host.
2020

2121
For details on using name resolution in syslog-ng OSE, see
22-
[[Using name resolution in syslog-ng]].
22+
Using name resolution in syslog-ng.

_includes/doc/admin-guide/host-macro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
The name of the source host where the message originates from.
22

33
- If the message traverses several hosts and the
4-
[[chain-hostnames()]] option is on, the first host
4+
chain-hostnames() option is on, the first host
55
in the chain is used.
66

7-
- If the [[keep-hostname()]] option is disabled
7+
- If the keep-hostname() option is disabled
88
(**keep-hostname(no)**), the value of the {{ include.macro }} macro
99
will be the DNS hostname of the host that sent the message to
1010
syslog-ng OSE (that is, the DNS hostname of the last hop). In this
1111
case the {{ include.macro }} and {{ include.from }} macros will have the same
1212
value.
1313

14-
- If the [[keep-hostname()]] option is enabled
14+
- If the keep-hostname() option is enabled
1515
(**keep-hostname(yes)**), the value of the {{ include.macro }} macro
1616
will be the hostname retrieved from the log message. That way the
1717
name of the original sender host can be used, even if there are log
@@ -24,4 +24,4 @@ The name of the source host where the message originates from.
2424
{: .notice--info}
2525

2626
For details on using name resolution in syslog-ng OSE, see
27-
[[Using name resolution in syslog-ng]].
27+
Using name resolution in syslog-ng.

_includes/doc/admin-guide/manpages-footnote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## See also
22

3-
The syslog-ng.conf manual page \
3+
The syslog-ng.conf manual page
44
The syslog-ng manual page
55

66
>**NOTE:**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**NOTE:** To convert match variables into a syslog-ng OSE list, use the $\*
2-
macro, which can be further manipulated using [[List manipulation]],
2+
macro, which can be further manipulated using List manipulation,
33
or turned into a list in type-aware destinations.
44
{: .notice--info}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**NOTE:** Hard macros cannot be modified, so they will not be overwritten.
22
For details on the hard and soft macros,
3-
see [[Hard versus soft macros]].
3+
see Hard versus soft macros.
44
{: .notice--info}

_includes/doc/admin-guide/options/ca-dir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
certificates in PEM format. The CA certificate files have to be named
88
after the 32-bit hash of the subject\'s name. This naming can be created
99
using the c\_rehash utility in openssl. For an example, see
10-
[[Configuring TLS on the syslog-ng clients]].
10+
Configuring TLS on the syslog-ng clients.
1111
The syslog-ng OSE application uses the CA
1212
certificates in this directory to validate the certificate of the peer.
1313

_includes/doc/admin-guide/options/cipher-suite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TLSv1.2). That way, the cipher-suite() also determines the encryption
2222
protocol used in the connection: to disable SSLv3, use an algorithm that
2323
is available only in TLSv1.2, and that both the client and the server
2424
supports. You can also specify the encryption protocols using
25-
[[ssl-options()]].
25+
ssl-options().
2626

2727
You can also use the following command to automatically list only
2828
ciphers permitted in a specific encryption protocol, for example,

_includes/doc/admin-guide/options/dynamic-window-size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
*Description:* The size of the dynamic control window used during
77
flow-control. For details on flow-control, see
8-
[[Managing incoming and outgoing messages with flow-control]].
8+
Managing incoming and outgoing messages with flow-control.

0 commit comments

Comments
 (0)