From 49574b264a7c6dfdff03e6fb5f58a5033bc0c5b4 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Tue, 19 Jul 2022 09:41:10 -0400 Subject: [PATCH] fix twisted link in README.md (#309) Co-authored-by: Vikram Patki <54442035+patkivikram@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 856abd613..e0c7b4dfa 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ Yes! Use the `tornado.platform.asyncio` [bridge](http://www.tornadoweb.org/en/st ### Can I use Faust with Twisted -Yes! Use the `asyncio` reactor implementation: https://twistedmatrix.com/documents/17.1.0/api/twisted internet.asyncioreactor.html +Yes! Use the `asyncio` reactor implementation: https://twistedmatrix.com/documents/current/api/twisted.internet.asyncioreactor.html ### Will you support Python 2.7 or Python 3.5