Fix absolute links to spec (#1192)

* Remove absolute links where possible.

* Work around semantic conventions.

* Docfx.

* Fix YAML.

* More docfx.
This commit is contained in:
Christian Neumüller 2020-11-04 21:29:48 +01:00 committed by Josh Suereth
parent aa5effe43c
commit 2d55f5436f
1 changed files with 6 additions and 6 deletions

View File

@ -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
@ -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: