From ca330c7311517bea56a2357d13e3647e05fc614b Mon Sep 17 00:00:00 2001 From: Colin Marc Date: Thu, 12 Dec 2024 10:49:41 +0100 Subject: [PATCH] docs: fix markdown link --- mm-protocol/src/messages.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mm-protocol/src/messages.proto b/mm-protocol/src/messages.proto index b645ca1..29fadd2 100644 --- a/mm-protocol/src/messages.proto +++ b/mm-protocol/src/messages.proto @@ -80,9 +80,7 @@ package messages; // // ## Protocol Versioning // -// The protocol follows Semantic Versioning rules, as defined by this document: -// -// https://semver.org/ +// The protocol follows Semantic Versioning rules, as defined by this document: // // As such, servers should support clients using the same major version of the // protocol, and vice versa, with the exception of major version 0 (the current