Skip to content

Commit

Permalink
Fix link to semconv images
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Oct 16, 2023
1 parent 1ba88c3 commit 0230b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/content-modules/adjust-pages.pl
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ ()
# Images
s|(\.\./)?internal(/img/[-\w]+\.png)|$2|g;
s|(\]\()(img/.*?\))|$1../$2|g if $ARGV !~ /(logs|schemas)._index/ && $ARGV !~ /otlp\/docs/;
s|(\]\()([^)]+\.png\))|$1../$2|g if $ARGV =~ /\/tmp\/semconv\/docs\/general\/attributes/;

# Fix links that are to the title of the .md page
# TODO: fix these in the spec
Expand Down

0 comments on commit 0230b3e

Please sign in to comment.