Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 9e40925

Browse files
Sergey Kanzhelevsongy23
authored andcommitted
fix link (#36)
1 parent 0af7364 commit 9e40925

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

trace/Span.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Span API
22

33
This class represents a Span. A span contains a SpanContext and allows users to record
4-
tracing events based on the data model defined [here](https://github.com/census-instrumentation/opencensus-proto/blob/master/trace/trace.proto).
4+
tracing events based on the data model defined [here](https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/trace/trace.proto).
55
All Span implementations MUST not allow users to read the recorded data,
66

77
## Span structure
@@ -29,4 +29,4 @@ Represents the options for a trace. It is represented as 1 byte (bitmap).
2929

3030
## Span creation API
3131

32-
TODO(bdrutu): Add details here.
32+
TODO(bdrutu): Add details here.

0 commit comments

Comments
 (0)