Skip to content

Commit c1a4920

Browse files
committed
Fix typos.
1 parent f45655b commit c1a4920

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specification/common/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ path_base_for_github_subdir:
3232
A logical unit of the application code with which the emitted telemetry can be
3333
associated. It is typically the developer's choice to decide what denotes a
3434
reasonable instrumentation scope. The most common approach is to use the
35-
[instrumentation library](glossary.md#instrumentation-library) as the scope,
35+
[instrumentation library](../glossary.md#instrumentation-library) as the scope,
3636
however other scopes are also common, e.g. a module, a package, a class or
3737
a plugin name can be chosen as the instrumentation scope.
3838

@@ -44,7 +44,7 @@ use the fully qualified name of the emitting code (e.g. fully qualified library
4444
name or fully qualified class name).
4545

4646
The instrumentation scope MUST be used to obtain a
47-
[Tracer, Meter, or Logger](glossary.md#tracer-name--meter-name--logger-name).
47+
[Tracer, Meter, or Logger](../glossary.md#tracer-name--meter-name--logger-name).
4848

4949
The instrumentation scope's optional Schema URL identifies the [Telemetry
5050
Schema](schemas/README.md) that the instrumentation's emitted

0 commit comments

Comments
 (0)