Skip to content

Commit eefd6c8

Browse files
committed
Removed hardwired md urls
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent 169b5c7 commit eefd6c8

File tree

78 files changed

+130
-133
lines changed

Some content is hidden

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

78 files changed

+130
-133
lines changed

_data/external_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gh-pages:
3030
gh-syslog-ng:
3131
id: gh-syslog-ng
3232
url: https://github.com/syslog-ng/syslog-ng
33-
title: [ "syslog-ng on GitHub" ]
33+
title: [ "syslog-ng OSE source code" ]
3434

3535
gh-syslog-ng-doc:
3636
id: gh-syslog-ng-doc

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The syslog-ng manual page
55

66
>**NOTE:**
77
>If you experience any problems or need help with syslog-ng OSE, visit
8-
>the [syslog-ng mailing list](https://lists.balabit.hu/mailman/listinfo/syslog-ng).
8+
>the syslog-ng mailing list.
99
>
10-
>For news and notifications about syslog-ng OSE, visit the [syslog-ng blogs](https://syslog-ng.com/blog/).
10+
>For news and notifications about syslog-ng OSE, visit the syslog-ng blogs.
1111
{: .notice--info}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**NOTE:** The {{ page.app }} application is distributed with the syslog-ng OSE
33
system logging application, and is usually part of the syslog-ng OSE
44
package. The latest version of the syslog-ng OSE application is
5-
available at the [syslog-ng OSE page](https://syslog-ng.com/).
5+
available at the syslog-ng OSE page.
66
{: .notice--info}
77

88
This manual page is only an abstract.

_includes/doc/admin-guide/options/gRPC-keep-alive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## keep-alive()
22

3-
This option configures the forwarding of [gRPC keepalive pings](https://grpc.io/docs/guides/keepalive/) in syslog-ng OSE.
3+
This option configures the forwarding of gRPC keepalive pings in syslog-ng OSE.
44

55
### max-pings-without-data()
66

_includes/doc/admin-guide/options/hook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ syslog-ng OSE reload, use the following options:
5555

5656
In the following example, the hook-commands() is used with the network()
5757
driver and it opens an
58-
[iptables](https://en.wikipedia.org/wiki/Iptables) port automatically as
58+
iptables port automatically as
5959
syslog-ng OSE is started/stopped.
6060

6161
The assumption in this example is that the LOGCHAIN chain is part of a

_includes/doc/admin-guide/options/loaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ external Python file. This option has no effect when the Python class is
1010
provided within the syslog-ng OSE configuration file (in a python{}
1111
block). You can use the loaders() option to modify the import mechanism
1212
that imports Python class. For example, that way you can use
13-
[hy](https://github.com/hylang/hy) in your Python class.
13+
hy in your Python class.
1414

1515
```config
1616
python(class(usermodule.HyParser) loaders(hy))

doc/_admin-guide/020_The_concepts_of_syslog-ng/007_The_structure_of_a_log_message/000_BSD_syslog_messages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BSD-syslog or legacy-syslog messages
33
id: adm-struct-bsd
44
description: >-
55
This section describes the format of a syslog message, according to the
6-
[legacy syslog (BSD-syslog) protocol](https://tools.ietf.org/search/rfc3164).
6+
legacy syslog (BSD-syslog) protocol.
77
---
88

99
A syslog message consists of the following parts:
@@ -35,7 +35,7 @@ size when using UDP destinations.
3535
## The PRI message part
3636

3737
This section describes the PRI message part of a syslog message, according to the
38-
[legacy syslog (BSD-syslog) protocol](https://tools.ietf.org/search/rfc3164).
38+
legacy syslog (BSD-syslog) protocol.
3939

4040
The PRI part of the syslog message (known as Priority value) represents
4141
the Facility and Severity of the message. Facility represents the part
@@ -72,7 +72,7 @@ example:
7272

7373
## The HEADER message part
7474

75-
This section describes the HEADER message part of a syslog message, according to the [legacy syslog (BSD-syslog) protocol](https://tools.ietf.org/search/rfc3164).
75+
This section describes the HEADER message part of a syslog message, according to the legacy syslog (BSD-syslog) protocol.
7676

7777
The HEADER message part contains a timestamp and the hostname (without
7878
the domain name) or the IP address of the device. The timestamp field is
@@ -97,7 +97,7 @@ format. For details, see the ts-format() option in Global options.
9797
## The MSG message part
9898

9999
This section describes the MSG message part of a syslog message, according to
100-
the [legacy syslog (BSD-syslog) protocol](https://tools.ietf.org/search/rfc3164).
100+
the legacy syslog (BSD-syslog) protocol.
101101

102102
The MSG part contains the name of the program or process that generated
103103
the message, and the text of the message itself. The MSG part is usually

doc/_admin-guide/020_The_concepts_of_syslog-ng/007_The_structure_of_a_log_message/001_IETF_syslog_messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IETF-syslog messages
33
id: adm-struct-ietf
44
description: >-
55
This section describes the format of a syslog message, according to the
6-
[IETF-syslog protocol](https://tools.ietf.org/html/rfc5424).
6+
IETF-syslog protocol.
77
---
88

99
A syslog message consists of the following parts:

doc/_admin-guide/020_The_concepts_of_syslog-ng/011_Commercial_version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dedicated to resolving your issue as soon as possible when you
5353
experience problems.
5454

5555
For more information about syslog-ng Premium Edition, see
56-
[The syslog-ng Premium Edition Administration Guide](https://support.oneidentity.com/syslog-ng-premium-edition/).
56+
The syslog-ng Premium Edition Administration Guide.
5757

5858
## syslog-ng Store Box, ready-to-use log management appliance
5959

@@ -92,7 +92,7 @@ SSB provides a number of features that can add value for your use cases:
9292
- High availability support to ensure continuous log collection in business-critical environments.
9393

9494
For further details about syslog-ng Store Box, see
95-
[The syslog-ng Store Box Administration Guide](https://support.oneidentity.com/syslog-ng-store-box/).
95+
The syslog-ng Store Box Administration Guide.
9696

9797
## Upgrading from syslog-ng OSE to syslog-ng PE
9898

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
1212

1313
## Steps
1414

15-
1. Download the latest version of syslog-ng OSE from
16-
[GitHub](https://github.com/syslog-ng/syslog-ng/). The source code
15+
1. Download the latest version of syslog-ng OSE source code from GitHub. The source code
1716
is available as a tar.gz archive file.
1817

1918
2. Install the following packages that are required to compile
@@ -42,7 +41,7 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
4241
(or newer). You can use OpenJDK or Oracle JDK, other
4342
implementations are not tested.
4443

45-
- Install [gradle](https://gradle.org/install) version 2.2.1
44+
- Install gradle version 2.2.1
4645
or newer.
4746

4847
- Set **LD_LIBRARY_PATH** to include the libjvm.so file, for
@@ -55,7 +54,7 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
5554

5655
- If you are behind an HTTP proxy, create a gradle.properties
5756
under the modules/java-modules/ directory. Set the proxy
58-
parameters in the file. For details, see [The Gradle User Guide](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_properties_and_system_properties).
57+
parameters in the file. For details, see The Gradle User Guide.
5958

6059
3. If you want to post log messages as HTTP requests using the http()
6160
destination, install the development files of the *libcurl* library.
@@ -75,8 +74,8 @@ and other platforms, see syslog-ng Open Source Edition installation packages.
7574
library is not needed if you use the \--disable-snmp compile option.
7675

7776
7. If you want to use the */etc/hosts.deny* and */etc/hosts.allow* for
78-
TCP access, install the development files of the *libwrap* (also
79-
called TCP-wrappers) library, [available here](http://ftp.porcupine.org/pub/security/index.html).
77+
TCP access, install the development files of the libwrap (also
78+
called TCP-wrappers) library.
8079

8180
8. Enter the new directory and issue the following commands. (If the
8281
./configure file does not exist, for example, because you cloned the

0 commit comments

Comments
 (0)