From f662225d531cdc64835d92b8d95037e0054a5236 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sun, 4 Feb 2024 15:40:29 +0000 Subject: [PATCH] Update smtp.rst --- aiosmtpd/docs/smtp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiosmtpd/docs/smtp.rst b/aiosmtpd/docs/smtp.rst index b647e323..ebaf0d46 100644 --- a/aiosmtpd/docs/smtp.rst +++ b/aiosmtpd/docs/smtp.rst @@ -569,5 +569,5 @@ advertised, and the ``STARTTLS`` command will not be accepted. ``False``. .. _`asyncio transport`: https://docs.python.org/3/library/asyncio-protocol.html#asyncio-transport -.. _StreamReaderProtocol: https://docs.python.org/3.6/library/asyncio-stream.html#streamreaderprotocol +.. _StreamReaderProtocol: https://docs.python.org/3/library/asyncio-stream.html#streamreaderprotocol .. |StreamReaderProtocol| replace:: ``StreamReaderProtocol``