Skip to content

Commit

Permalink
docs: fix markdown link
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Dec 12, 2024
1 parent 3ee3285 commit ca330c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mm-protocol/src/messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://semver.org/>
//
// 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
Expand Down

0 comments on commit ca330c7

Please sign in to comment.