Skip to content

Commit 0319dea

Browse files
authored
Update link to semconv attribute naming guidance (#4376)
Leaving as draft for now because probably need to wait until after the next semconv release to merge it (when this link will exist https://opentelemetry.io/docs/specs/semconv/general/naming/). cc @open-telemetry/docs-approvers
1 parent ca6b2fc commit 0319dea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.lychee.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ accept = ["200..=299", "403"]
55
exclude = [
66
# excluding links to pull requests and issues is done for performance
77
"^https://github.com/open-telemetry/opentelemetry-specification/(issue|pull)/\\d+$",
8+
# TODO (trask) remove this exclusion after next semconv release
9+
# see https://github.com/open-telemetry/opentelemetry-specification/pull/4376
10+
"^https://opentelemetry.io/docs/specs/semconv/general/naming/$",
811
# TODO (trask) look into this
912
"^https://docs.google.com/document/d/1d0afxe3J6bQT-I6UbRXeIYNcTIyBQv4axfjKF4yvAPA/edit"
1013
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!--- Hugo front matter used to generate the website version of this page:
2-
redirect: /docs/specs/semconv/general/attribute-naming/ 301!
2+
redirect: /docs/specs/semconv/general/naming/ 301!
33
--->
44

55
# Attribute Naming
66

77
This page has moved to
8-
[Attribute Naming](https://opentelemetry.io/docs/specs/semconv/general/attribute-naming/).
8+
[Naming](https://opentelemetry.io/docs/specs/semconv/general/naming/).

0 commit comments

Comments
 (0)