Update spec references to point to local files

This commit is contained in:
Jack Berg 2023-11-13 10:44:46 -06:00 committed by Josh Suereth
parent 1dc1e04ab6
commit b85a0db524
3 changed files with 4 additions and 4 deletions

View File

@ -49,4 +49,4 @@ Currently, the following namespaces exist:
* [URL](url.md)
* [User agent](user-agent.md)
[developers recommendations]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/common/attribute-naming.md#recommendations-for-application-developers
[developers recommendations]: ../general/attribute-naming.md#recommendations-for-application-developers

View File

@ -47,7 +47,7 @@ This document defines standard attributes for resources. These attributes are ty
Attributes are grouped logically by the type of the concept that they described. Attributes in the same group have a common prefix that ends with a dot. For example all attributes that describe Kubernetes properties start with "k8s."
See [Attribute Requirement Levels](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/common/attribute-requirement-level.md) for details on when attributes
See [Attribute Requirement Levels](../general/attribute-requirement-level.md) for details on when attributes
should be included.
## Attributes with Special Handling

View File

@ -10,8 +10,8 @@ the generated markdown output in the [docs](../docs/README.md) folder.
## Writing semantic conventions
Semantic conventions for the spec MUST adhere to the
[attribute naming](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/common/attribute-naming.md),
[attribute requirement level](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/common/attribute-requirement-level.md),
[attribute naming](../docs/general/attribute-naming.md),
[attribute requirement level](../docs/general/attribute-requirement-level.md),
and [metric requirement level](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/metrics/metric-requirement-level.md) conventions.
Refer to the [syntax](https://github.com/open-telemetry/build-tools/tree/v0.23.0/semantic-conventions/syntax.md)