Update README.md #2922 (#2926)

A small URL typo in the README.md
This commit is contained in:
Kevin 2021-02-24 21:24:55 +05:30 committed by GitHub
parent c9246b30a4
commit 3a0e7f60a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ project.
This project contains the following top level components:
* [OpenTelemetry API](api/):
* [stable apis](api/all/src/main/java/io/opentelemetry/api/all/) including `Tracer`, `Span`, `SpanContext`, and `Baggage`
* [stable apis](api/all/src/main/java/io/opentelemetry/api/) including `Tracer`, `Span`, `SpanContext`, and `Baggage`
* [semantic conventions](semconv/) Generated code for the OpenTelemetry semantic conventions.
* [context api](api/context/src/main/java/io/opentelemetry/context/) The OpenTelmetry Context implementation.
* [metrics api](api/metrics/src/main/java/io/opentelemetry/api/metrics/) alpha code for the metrics API.