Update spec references to point to local files
This commit is contained in:
parent
1dc1e04ab6
commit
b85a0db524
|
|
@ -49,4 +49,4 @@ Currently, the following namespaces exist:
|
||||||
* [URL](url.md)
|
* [URL](url.md)
|
||||||
* [User agent](user-agent.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
|
||||||
|
|
|
||||||
|
|
@ -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."
|
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.
|
should be included.
|
||||||
|
|
||||||
## Attributes with Special Handling
|
## Attributes with Special Handling
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ the generated markdown output in the [docs](../docs/README.md) folder.
|
||||||
## Writing semantic conventions
|
## Writing semantic conventions
|
||||||
|
|
||||||
Semantic conventions for the spec MUST adhere to the
|
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 naming](../docs/general/attribute-naming.md),
|
||||||
[attribute requirement level](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/common/attribute-requirement-level.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.
|
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)
|
Refer to the [syntax](https://github.com/open-telemetry/build-tools/tree/v0.23.0/semantic-conventions/syntax.md)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue