diff options
Diffstat (limited to 'doc/binary-logging.md')
-rw-r--r-- | doc/binary-logging.md | 2 |
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 |