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

Commit 85deadf

Browse files
zoidyzoidzoidsongy23
authored andcommitted
Fix proto links (#169)
1 parent 9dc9a51 commit 85deadf

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
@@ -160,7 +160,7 @@ The key elements the API MUST provide are:
160160
[gRPCContext]: https://github.com/grpc/grpc-java/blob/master/context/src/main/java/io/grpc/Context.java
161161
[LibraryComponents]: /drawings/LibraryComponents.png "OpenCensus Library Components"
162162
[RFC2119]: https://www.ietf.org/rfc/rfc2119.txt
163-
[StatsDataModel]: https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/stats/stats.proto
163+
[StatsDataModel]: https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/stats/v1/stats.proto
164164
[DistributedTracingSpecs]: https://github.com/w3c/distributed-tracing
165-
[TraceDataModel]: https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/trace/trace.proto
165+
[TraceDataModel]: https://github.com/census-instrumentation/opencensus-proto/blob/master/opencensus/proto/trace/v1/trace.proto
166166
[activity]: https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md

0 commit comments

Comments
 (0)