Skip to content

Commit 255f57e

Browse files
committed
Rewrite embedded link texts where necessary
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent e501ef1 commit 255f57e

File tree

20 files changed

+25
-41
lines changed

20 files changed

+25
-41
lines changed

doc/_admin-guide/030_Installing_syslog-ng/000_Compiling_syslog-ng_from_source.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,16 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
2323
- A version of the *gcc* C compiler that properly supports Thread
2424
Local Storage (TLS), for example, version 4.5.
2525

26-
- The *GNU flex* lexical analyser generator, [available here](https://github.com/westes/flex).
26+
- The GNU flex lexical analyser generator
2727

28-
- The *bison* parser generator, [available here](http://ftp.gnu.org/gnu/bison/).
28+
- The bison parser generator
2929

30-
- The development files of the *glib* library, [available here](http://freshmeat.net/projects/glib/).
30+
- The development files of the glib library
3131

32-
- The development files of the *Autoconf Archive* package,
33-
[available here](http://www.gnu.org/software/autoconf-archive/).
32+
- The development files of the Autoconf Archive package
3433

3534
- The syslog-ng OSE application now uses PCRE-type regular
36-
expressions by default. It requires the libpcre library package,
37-
[available here](https://sourceforge.net/projects/pcre/files/pcre/).
35+
expressions by default. It requires the libpcre library package.
3836

3937
- If you want to use the Java-based modules of syslog-ng OSE (for
4038
example, the Elasticsearch, HDFS, or Kafka destinations), you
@@ -66,7 +64,7 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
6664
the HTTP destination.
6765

6866
4. If you want to use the spoof-source function of syslog-ng, install
69-
the development files of the *libnet* library, [available here](http://libnet.sourceforge.net).
67+
the development files of the libnet library.
7068

7169
5. If you want to send emails using the smtp() destination, install the
7270
development files of the *libesmtp* library. This library is not

doc/_admin-guide/060_Sources/025_Arr_logs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ The logging module is stored in the &lt;prefix&gt;&lt;module&gt; name-value pair
2929

3030
The prefix can be modified with the `prefix()` option.
3131

32-
This driver is a reusable configuration snippet. For details on using or writing such configuration snippets, see Reusing configuration blocks. The source of this configuration snippet can be accessed on [GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/arr/arr.conf).
32+
This driver is a reusable configuration snippet. For details on using or writing such configuration snippets, see Reusing configuration blocks. The source of the Arr configuration snippet can be accessed on GitHub.

doc/_admin-guide/060_Sources/080_nodejs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ The nodejs() driver is actually a reusable configuration snippet
2121
configured to receive log messages using the network() driver, and
2222
process its JSON contents. For details on using or writing such
2323
configuration snippets, see Reusing configuration blocks.
24-
You can find the source of the nodejs configuration snippet on
25-
[GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/nodejs/plugin.conf).
24+
You can find the source of the nodejs configuration snippet on GitHub.
2625

2726
### Example: Using the nodejs() driver
2827

doc/_admin-guide/060_Sources/100_osquery/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ The osquery() driver is actually a reusable configuration snippet
4646
configured to read the osquery log file using the file() driver, and
4747
process its JSON contents. For details on using or writing such
4848
configuration snippets, see Reusing configuration blocks.
49-
You can find the source of this configuration snippet on
50-
[GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/osquery/plugin.conf).
49+
You can find the source of the osquery configuration snippet on GitHub.
5150
5251
## Example: Using the osquery() driver with the default settings
5352

doc/_admin-guide/060_Sources/105_pi-hole-FTL/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ source s_pihole_ftl {
1414

1515
By default, the source reads the `/var/log/pihole/FTL.log` file. If the root directory of the Pi-hole installation is different, specify the directory where the `FTL.log` file is with the dir() option. The root log directory can be accessed by selecting **Tools** > **Pi-hole diagnosis** in the Pi-hole application. The `pihole-ftl()` source has the same parameters as the file() source.
1616

17-
The `pihole-ftl()` driver is a reusable configuration snippet. For details on using or writing configuration snippets, see Reusing configuration blocks. The source of this configuration snippet can be accessed on [GitHub](https://github.com/syslog-ng/syslog-ng/tree/master/scl/pihole).
17+
The `pihole-ftl()` driver is a reusable configuration snippet. For details on using or writing configuration snippets, see Reusing configuration blocks. The source of the Pi-hole configuration snippet can be accessed on GitHub.

doc/_admin-guide/060_Sources/145_qBittorrent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ source s_qbittorrent {
1616

1717
To configure the source, specify the root log directory of qBittorrent in the `dir()` parameter. The root log directory can be accessed by selecting **Tools** &#62; **Preferences** &#62; **Behavior** &#62; **Log file** &#62; **Save path** in the qBittorrent application. Otherwise, the `qbittorrent()` source has the same parameters as the [[file() source|adm-src-file-opt]].
1818

19-
The `qbittorrent()` driver is a reusable configuration snippet. For details on using or writing such configuration snippets, see Reusing configuration blocks. The source of this configuration snippet can be accessed on [GitHub](https://github.com/syslog-ng/syslog-ng/tree/master/scl/qbittorrent).
19+
The `qbittorrent()` driver is a reusable configuration snippet. For details on using or writing such configuration snippets, see Reusing configuration blocks. The source of the qBittorrent configuration snippet can be accessed on GitHub.

doc/_admin-guide/070_Destinations/010_collectd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ The collectd() driver is actually a reusable configuration snippet
5555
configured to send log messages using the unix-stream() driver. For
5656
details on using or writing such configuration snippets, see
5757
Reusing configuration blocks. You can find the source of
58-
this configuration snippet on [GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/collectd/plugin.conf).
58+
the collectd configuration snippet on GitHub.

doc/_admin-guide/070_Destinations/030_Elasticsearch-http/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,4 @@ This driver is actually a reusable configuration snippet configured to
9292
send log messages using the tcp() driver using a template. For details
9393
on using or writing such configuration snippets, see
9494
Reusing configuration blocks. You can find the source of
95-
this configuration snippet on
96-
[GitHub](https://github.com/syslog-ng/syslog-ng/tree/master/scl/elasticsearch).
95+
the Elasticsearch configuration snippet on GitHub.

doc/_admin-guide/070_Destinations/047_Google_PubSub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ destination d_pubsub {
3232
};
3333
```
3434

35-
This driver is a reusable configuration snippet configured to send log messages using the `http()` driver using a template. The source of this configuration snippet can be accessed on [GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/google/google-pubsub.conf).
35+
This driver is a reusable configuration snippet configured to send log messages using the `http()` driver using a template. The source of the Google Pub/Sub configuration snippet can be accessed on GitHub.

doc/_admin-guide/070_Destinations/110_Loggly/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,4 @@ The loggly() driver is actually a reusable configuration snippet
6767
configured to send log messages using the tcp() driver using a template.
6868
For details on using or writing such configuration snippets, see
6969
Reusing configuration blocks. You can find the source of
70-
this configuration snippet on
71-
[GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/loggly/loggly.conf).
70+
the loggly configuration snippet on GitHub.

0 commit comments

Comments
 (0)