Skip to content

Commit 0991fa6

Browse files
committed
fix: documentation generator hyperlinks
1 parent f1011d3 commit 0991fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/generate_usage_guide.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77
$1 --help |\
88
perl -pe 's/(--.*?)([^a-zA-Z-])/<font color="#ff00ff">$1<\/font>$2/g' |\
99
perl -pe 's/(^[^\s].*:)/<font color="#ffffff">$1<\/font>/' |\
10-
sed 's;https://github.com.*;<a href="&">&</a>;g' \
10+
sed 's;https://.*;<a href="&">&</a>;g' \
1111
> tmp_usage
1212

1313
date > tmp_date

0 commit comments

Comments
 (0)