We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59522ea commit 328650eCopy full SHA for 328650e
scripts/content-modules/adjust-pages.pl
@@ -134,7 +134,7 @@ ($$)
134
s|\(https://github.com/open-telemetry/opentelemetry-specification\)|($specBasePath/otel/)|;
135
s|(\]\()/specification/|$1$specBasePath/otel/)|;
136
s|\.\./semantic_conventions/README.md|$semConvRef| if $ARGV =~ /overview/;
137
- s|\.\./specification/(.*?\))|../otel/$1)|g if $ARGV =~ /otel\/specification/;
+ s|\.\./specification/(.*?\))|../otel/$1|g if $ARGV =~ /otel\/specification/;
138
139
# Match markdown inline links or link definitions to OTel spec pages: "[...](URL)" or "[...]: URL"
140
s|(\]:\s+\|\()https://github.com/open-telemetry/opentelemetry-specification/\w+/(main\|v$otelSpecVers)/specification(.*?\)?)|$1$specBasePath/otel$3|;
0 commit comments