Skip to content

Commit

Permalink
adjust-spec-pages: tweak path for logs (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jun 21, 2022
1 parent 934cf13 commit a5cdaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/adjust-spec-pages.pl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ()

# Images
s|(\.\./)?internal(/img/[-\w]+\.png)|$2|g;
s|(\]\()(img/.*?\))|$1../$2|g;
s|(\]\()(img/.*?\))|$1../$2|g if $ARGV !~ /logs._index/;

# Fix links that are to the title of the .md page
s|(/context/api-propagators.md)#propagators-api|$1|g;
Expand Down

0 comments on commit a5cdaab

Please sign in to comment.