protocols/identify: Fix Identify protocol link in module doc (#3047)

This commit is contained in:
João Oliveira 2022-10-20 14:59:30 +01:00 committed by GitHub
parent 3e4a0640fd
commit 4a4d4ad5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.