From 4a4d4ad5c9a454d2903bcd705ba75d06aca7cf7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Thu, 20 Oct 2022 14:59:30 +0100 Subject: [PATCH] protocols/identify: Fix Identify protocol link in module doc (#3047) --- protocols/identify/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/identify/src/lib.rs b/protocols/identify/src/lib.rs index 8680920e..e9d89dfb 100644 --- a/protocols/identify/src/lib.rs +++ b/protocols/identify/src/lib.rs @@ -18,7 +18,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -//! Implementation of the [Identify] protocol. +//! Implementation of the [Identify](https://github.com/libp2p/specs/blob/master/identify/README.md) protocol. //! //! This implementation of the protocol periodically exchanges //! [`Info`] messages between the peers on an established connection.