Skip to content

Commit c84fa83

Browse files
committed
More typos.
1 parent c1a4920 commit c84fa83

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

specification/common/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The instrumentation scope MUST be used to obtain a
4747
[Tracer, Meter, or Logger](../glossary.md#tracer-name--meter-name--logger-name).
4848

4949
The instrumentation scope's optional Schema URL identifies the [Telemetry
50-
Schema](schemas/README.md) that the instrumentation's emitted
50+
Schema](../schemas/README.md) that the instrumentation's emitted
5151
telemetry conforms to.
5252

5353
The instrumentation scope's optional attributes provide additional information about
@@ -187,7 +187,7 @@ at this time, as discussed in
187187
## Attribute Collections
188188

189189
[Resources](../resource/sdk.md),
190-
[Instrumentation Scopes](../glossary.md#instrumentation-scope),
190+
[Instrumentation Scopes](#instrumentation-scope),
191191
[Metric points](../metrics/data-model.md#metric-points),
192192
[Spans](../trace/api.md#set-attributes), Span
193193
[Events](../trace/api.md#add-events), Span

specification/logs/sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ It SHOULD only be possible to create `Logger` instances through a `LoggerProvide
6666
The `LoggerProvider` MUST implement the [Get a Logger API](api.md#get-a-logger).
6767

6868
The input provided by the user MUST be used to create
69-
an [`InstrumentationScope`](../commmon/README.md#instrumentation-scope) instance which
69+
an [`InstrumentationScope`](../common/README.md#instrumentation-scope) instance which
7070
is stored on the created `Logger`.
7171

7272
In the case where an invalid `name` (null or empty string) is specified, a

0 commit comments

Comments
 (0)