From ec1e9292a887dbb96668f75c1bc86f795ce1c780 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 2 Jun 2023 10:12:31 +0200 Subject: doc: Minor format and consistency improvements --- doc/specification/remote-protocol.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/specification') diff --git a/doc/specification/remote-protocol.md b/doc/specification/remote-protocol.md index 1afd7e32..af10d2b8 100644 --- a/doc/specification/remote-protocol.md +++ b/doc/specification/remote-protocol.md @@ -140,6 +140,7 @@ message as it is done in the original protocol. The remote side promises that each blob and subtree contained in the root tree is available in the remote CAS. Such blobs and trees must be accessible, using the streaming interface, without specifying the size (since sizes are not -stored in a git tree). Due to the Protobuf 3 specification, which is -used in this remote execution API, not specifying the size means the -default value 0 is used. +stored in a git tree). Due to the [Protobuf 3 +specification](https://protobuf.dev/reference/protobuf/proto3-spec/), which is +used in this remote execution API, not specifying the size means the default +value `0` is used. -- cgit v1.2.3