aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar @DEFSTREAM <defstream@users.noreply.github.com>2016-12-14 17:25:10 -0800
committerGravatar GitHub <noreply@github.com>2016-12-14 17:25:10 -0800
commitbd3fbb3f7c3322a8cc20cd2d5efba88985626d7d (patch)
tree5a0202f35f397f64eaf9aa9c86187beb82968927
parent870c4cd65451c8af061d9c2bc6ed3fc3542cf2bf (diff)
Fix Link to log.proto
The link to view the format of Logs ( log.proto ) is broken, this commit resolves this.
-rw-r--r--doc/binary-logging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/binary-logging.md b/doc/binary-logging.md
index 69020d9828..86b3f766db 100644
--- a/doc/binary-logging.md
+++ b/doc/binary-logging.md
@@ -2,7 +2,7 @@
## Format
-The log format is described in [this proto file](src/proto/grpc/binary_log/v1alpha/log.proto). It is intended that multiple parts of the call will be logged in separate files, and then correlated by analysis tools using the rpc\_id.
+The log format is described in [this proto file](/src/proto/grpc/binary_log/v1alpha/log.proto). It is intended that multiple parts of the call will be logged in separate files, and then correlated by analysis tools using the rpc\_id.
## API