From bf8a81bd0b7107a1f8792e635ea8eb84492fafee Mon Sep 17 00:00:00 2001 From: "Palash Nigam (He/Him)" Date: Fri, 23 Aug 2024 19:00:00 +0530 Subject: [PATCH] README.md: Fix link for octect counting section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f0fbaa..168b880 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To wrap up, this package provides: - an [RFC5424-compliant parser and builder](/rfc5424) - an [RFC3164-compliant parser](/rfc3164) - ie., BSD-syslog messages -- a parser that works on streams for syslog with [octet counting](https://tools.ietf.org/html/rfc5425#section-4.3) framing technique, see [octetcounting](/octetcounting) +- a parser that works on streams for syslog with [octet counting](https://datatracker.ietf.org/doc/html/rfc6587#section-3.4.1) framing technique, see [octetcounting](/octetcounting) - a parser that works on streams for syslog with [non-transparent](https://tools.ietf.org/html/rfc6587#section-3.4.2) framing technique, see [nontransparent](/nontransparent) This library provides the pieces to parse Syslog messages transported following various RFCs.