From 67fa1e6bb2ae258ef8279bcc7fcd4d395bc6dbdf Mon Sep 17 00:00:00 2001 From: Ruud de Jong Date: Sat, 23 Mar 2024 18:13:27 +0100 Subject: [PATCH] Updated documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a222e23..cdb7735 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # ``sliplib`` — A module for the SLIP protocol The `sliplib` module implements the encoding and decoding -functionality for SLIP packets, as described in :rfc:`1055`. +functionality for SLIP packets, as described in [RFC 1055](https://www.rfc-editor.org/rfc/rfc1055.html). It defines encoding, decoding, and validation functions, as well as a driver class that can be used to implement a SLIP protocol stack, and higher-level classes that