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

Commit 729cedb

Browse files
reyangSergeyKanzhelev
authored andcommitted
fix link to W3C Distributed Tracing specs (#128)
1 parent 4954074 commit 729cedb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The key elements the API MUST provide are:
151151

152152
### Supported propagation formats
153153

154-
* Library MUST support the [TraceContext][TraceContextSpecs] format for Trace and Tags components.
154+
* Library MUST support the [W3C Distributed Tracing][DistributedTracingSpecs] format for Trace and Tags components.
155155
* Binary encoding is defined at the [BinaryEncoding](encodings/BinaryEncoding.md) document.
156156

157157
[EcosystemLayers]: /drawings/EcosystemLayers.png "Ecosystem Layer"
@@ -161,6 +161,6 @@ The key elements the API MUST provide are:
161161
[LibraryComponents]: /drawings/LibraryComponents.png "OpenCensus Library Components"
162162
[RFC2119]: https://www.ietf.org/rfc/rfc2119.txt
163163
[StatsDataModel]: https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/stats/stats.proto
164-
[TraceContextSpecs]: https://github.com/TraceContext/tracecontext-spec
164+
[DistributedTracingSpecs]: https://github.com/w3c/distributed-tracing
165165
[TraceDataModel]: https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/trace/trace.proto
166166
[activity]: https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md

0 commit comments

Comments
 (0)