Fix api link in README.md (#1956)
This commit is contained in:
parent
f034adb03b
commit
42952755e8
|
|
@ -14,10 +14,9 @@ project.
|
||||||
This project contains the following top level components:
|
This project contains the following top level components:
|
||||||
|
|
||||||
* [OpenTelemetry API](api/):
|
* [OpenTelemetry API](api/):
|
||||||
* [tracing api](api/src/main/java/io/opentelemetry/trace/) includes `Tracer`, `Span` and `SpanContext`.
|
* [tracing api](api/src/main/java/io/opentelemetry/api/trace/) includes `Tracer`, `Span` and `SpanContext`.
|
||||||
* [baggage api](/api/src/main/java/io/opentelemetry/baggage) defines a collection of entries in the form of key-value pairs of data that can be propagated to provide contextual information.
|
* [baggage api](/api/src/main/java/io/opentelemetry/api/baggage) defines a collection of entries in the form of key-value pairs of data that can be propagated to provide contextual information.
|
||||||
* [context api](api/src/main/java/io/opentelemetry/context/) defines the in-process and inter-process propagation layer.
|
* [metrics api](api/src/main/java/io/opentelemetry/api/metrics/).
|
||||||
* [metrics api](api/src/main/java/io/opentelemetry/metrics/).
|
|
||||||
* [extensions](extensions/) define additional API extensions, which are not part of the core API.
|
* [extensions](extensions/) define additional API extensions, which are not part of the core API.
|
||||||
* [sdk](sdk/) define the reference implementation complying to the OpenTelemetry API.
|
* [sdk](sdk/) define the reference implementation complying to the OpenTelemetry API.
|
||||||
* [sdk extensions](sdk_extensions/) define additional SDK extensions, which are not part of the core SDK.
|
* [sdk extensions](sdk_extensions/) define additional SDK extensions, which are not part of the core SDK.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue