From 90addbe76c6b16d24d24750dee6a45a553f1b308 Mon Sep 17 00:00:00 2001 From: Hofi Date: Tue, 7 May 2024 16:33:10 +0200 Subject: [PATCH] Some more external link usage fix Signed-off-by: Hofi --- _data/external_links.yml | 10 ++++++++++ doc/_admin-guide/README.md | 6 ++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/_data/external_links.yml b/_data/external_links.yml index 5feb173b..eff49026 100644 --- a/_data/external_links.yml +++ b/_data/external_links.yml @@ -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" ] diff --git a/doc/_admin-guide/README.md b/doc/_admin-guide/README.md index bfdff69b..a519dc84 100644 --- a/doc/_admin-guide/README.md +++ b/doc/_admin-guide/README.md @@ -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