Skip to content

Commit

Permalink
Some more external link usage fix (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Hofi <[email protected]>
  • Loading branch information
mrgarris0n authored May 8, 2024
2 parents 60d265c + 90addbe commit 88988f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions _data/external_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,13 @@ soc-macos-module-testing:
id: soc-macos-module-testing
url: https://syslog-macos-testing.gitbook.io/syslog-macos-testing/
title: [ "SOC macOS mudule testing" ]

bsd-syslog-proto:
id: bsd-syslog-proto
url: https://www.ietf.org/rfc/rfc3164.txt
title: [ "legacy syslog (BSD-syslog) protocol" ]

ietf-syslog-proto:
id: ietf-syslog-proto
url: https://tools.ietf.org/html/rfc5424
title: [ "new syslog (IETF-syslog) protocol" ]
6 changes: 2 additions & 4 deletions doc/_admin-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ syslog-ng administrator:
- In-depth knowledge of the logging process of various platforms and
applications.

- An understanding of the [legacy syslog (BSD-syslog)
protocol](https://www.ietf.org/rfc/rfc3164.txt) and the [new syslog
(IETF-syslog) protocol](https://tools.ietf.org/html/rfc5424)
standard.
- An understanding of the legacy syslog (BSD-syslog) protocol
and the new syslog (IETF-syslog) protocol standard.

## Acknowledgements

Expand Down

0 comments on commit 88988f9

Please sign in to comment.