We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d822a7 commit 484c155Copy full SHA for 484c155
.warnings-skip-list.txt
@@ -1 +0,0 @@
1
-docs/specs/otel/common/attribute-requirement-level.md
scripts/content-modules/adjust-pages.pl
@@ -128,8 +128,8 @@ ()
128
s|(\]:\s+\|\()?https://github.com/open-telemetry/opentelemetry-proto/(\w+/.*?/)?docs/specification.md(\)?)|$1$specBasePath/otlp/$3|g;
129
s|github.com/open-telemetry/opentelemetry-proto/docs/specification.md|OTLP|g;
130
131
- # Match links to semconv
132
- s|(\]:\s+\|\()https://github.com/open-telemetry/semantic-conventions/\w+/(main\|v$semconvVers)/docs(.*?\)?)|$1$specBasePath/semconv$3|;
+ # Localize links to semconv
+ s|(\]:\s+\|\()https://github.com/open-telemetry/semantic-conventions/\w+/(main\|v$semconvVers)/docs(.*?\)?)|$1$specBasePath/semconv$3|g;
133
134
# Images
135
s|(\.\./)?internal(/img/[-\w]+\.png)|$2|g;
0 commit comments