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

Commit e6885c6

Browse files
author
Bogdan Drutu
authored
change the link name (#173)
1 parent 8e1be27 commit e6885c6

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
@@ -34,7 +34,7 @@ Represents the options for a trace. It is represented as 1 byte (bitmap).
3434
Carries tracing-system specific context in a list of key value pairs. Tracestate allows different
3535
vendors propagate additional information and inter-operate with their legacy Id formats.
3636

37-
For more details see [this][TraceStateLink].
37+
For more details see [this][TracestateLink].
3838

3939
## Span creation
4040
The implementation MUST allow users to create two types of Spans:
@@ -84,4 +84,4 @@ propagation.
8484
[goContext]: https://golang.org/pkg/context
8585
[javaContext]: https://github.com/grpc/grpc-java/blob/master/context/src/main/java/io/grpc/Context.java
8686
[SpanDataModel]: https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/trace/trace.proto
87-
[TraceStateLink]: https://github.com/w3c/distributed-tracing/blob/master/trace_context/HTTP_HEADER_FORMAT.md#tracestate-field
87+
[TracestateLink]: https://github.com/w3c/distributed-tracing/blob/master/trace_context/HTTP_HEADER_FORMAT.md#tracestate-field

0 commit comments

Comments
 (0)