Skip to content

Commit ae66341

Browse files
authored
Fix protobuf link (#986)
Use the correct markdown for the protobuf link
1 parent 566e3c1 commit ae66341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ BF # map(*)
169169

170170
## ProtoBuf (experimental)
171171

172-
(Protocol Buffers)[https://developers.google.com/protocol-buffers] is a language-neutral binary format that normally
172+
[Protocol Buffers](https://developers.google.com/protocol-buffers) is a language-neutral binary format that normally
173173
relies on a separate ".proto" file that defines the protocol schema. It is more compact than CBOR, because it
174174
assigns integer numbers to fields instead of names.
175175

0 commit comments

Comments
 (0)