File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4949The 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
5151telemetry conforms to.
5252
5353The 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
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ It SHOULD only be possible to create `Logger` instances through a `LoggerProvide
6666The ` LoggerProvider ` MUST implement the [ Get a Logger API] ( api.md#get-a-logger ) .
6767
6868The 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
7070is stored on the created ` Logger ` .
7171
7272In the case where an invalid ` name ` (null or empty string) is specified, a
You can’t perform that action at this time.
0 commit comments