aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2017-04-20 14:03:45 -0700
committerGravatar GitHub <noreply@github.com>2017-04-20 14:03:45 -0700
commita380d9abb3b6f674e50b676334a2dd069c9e1fad (patch)
tree196e1af01d057c66fcb520156704e7d24f464ff0
parentdd1729ae0f2a6bca95c97d5d7cc98ce27c813f42 (diff)
parentbd3fbb3f7c3322a8cc20cd2d5efba88985626d7d (diff)
Merge pull request #9118 from defstream/master
Fix Link to log.proto
-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