Skip to content

Commit

Permalink
Change absolute links to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan committed Mar 28, 2022
1 parent 6ab3ba9 commit 2d22e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions specification/telemetry-stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ if all the following conditions are fulfilled:

- The change is part of OpenTelemetry semantic conventions and is in a released
version of the specification.
- The change has a corresponding
[published](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/overview.md#opentelemetry-schema)
- The change has a corresponding [published](schemas/overview.md#opentelemetry-schema)
OpenTelemetry Schema File that describes the change.
- The produced telemetry correctly specifies the respective Schema URL.

Expand Down
9 changes: 3 additions & 6 deletions specification/versioning-and-stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Changes to telemetry produced by OpenTelemetry instrumentation SHOULD avoid
breaking analysis tools, such as dashboards and alerts. To achieve this, while
allowing the evolution of telemetry and semantic conventions, OpenTelemetry
relies on the concept of
[Telemetry Schemas](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/overview.md).
[Telemetry Schemas](schemas/overview.md).

Changes to semantic conventions in this specification are allowed, provided that
the changes can be described by schema files. The following changes can be
Expand All @@ -169,11 +169,8 @@ currently described and are allowed:
- Renaming of span events.

All such changes MUST be described in the OpenTelemetry
[Schema File Format](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/file_format_v1.0.0.md)
and published
[here](https://github.com/open-telemetry/opentelemetry-specification/tree/main/schemas).
For details see [how OpenTelemetry Schemas are
published](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/overview.md#opentelemetry-schema).
[Schema File Format](schemas/file_format_v1.0.0.md) and published [here](../schemas).
For details see [how OpenTelemetry Schemas are published](schemas/overview.md#opentelemetry-schema).

See the [Telemetry Stability](telemetry-stability.md) document for details on how
instrumentations can use schemas to change the instrumentation they produce.
Expand Down

0 comments on commit 2d22e97

Please sign in to comment.