Skip to content

Commit

Permalink
Fix absolute links to spec (open-telemetry#1192)
Browse files Browse the repository at this point in the history
* Remove absolute links where possible.

* Work around semantic conventions.

* Docfx.

* Fix YAML.

* More docfx.
  • Loading branch information
Oberon00 authored and jsuereth committed Nov 16, 2023
1 parent aa5effe commit 2d55f54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions specification/common/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ Names SHOULD follow these rules:

- When coming up with a new semantic convention make sure to check existing
namespaces for
[Resources](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/resource/semantic_conventions),
[Spans](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/trace/semantic_conventions),
[Resources](../resource/semantic_conventions/README.md),
[Spans](../trace/semantic_conventions/README.md),
and
[Metrics](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/metrics/semantic_conventions)
[Metrics](../metrics/semantic_conventions/README.md)
to see if the new name fits.

- When a new namespace is necessary consider whether it should be a top-level
Expand All @@ -111,10 +111,10 @@ Names SHOULD follow these rules:

As an application developer when you need to record an attribute or a label
first consult existing semantic conventions for
[Resources](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/resource/semantic_conventions),
[Spans](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/trace/semantic_conventions),
[Resources](../resource/semantic_conventions/README.md),
[Spans](../trace/semantic_conventions/README.md),
and
[Metrics](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/metrics/semantic_conventions).
[Metrics](../metrics/semantic_conventions/README.md).
If an appropriate name does not exists you will need to come up with a new name.
To do that consider a few options:

Expand Down

0 comments on commit 2d55f54

Please sign in to comment.