From 658176c7500b1c978e26edc118560ed2f842039a Mon Sep 17 00:00:00 2001 From: Patrick Gingras <775.pg.12@gmail.com> Date: Mon, 7 Dec 2020 22:41:34 -0500 Subject: [PATCH] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c75761..156562c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ required. This is the implementation of the pool. It is generic over a type of connection, and all implementation-specific logic is contained within a -[`ConnectionStrategy`](#connectionstrategy). +[`ConnectionStrategy`](#asyncio_connection_poolconnectionstrategy). A pool is created as follows: