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