We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a22c90 + edbd31d commit a63cc39Copy full SHA for a63cc39
tools/autodoc.pl
@@ -7,7 +7,7 @@
7
8
# Use GITHUB_REF, but if the ref is develop/v\d, then use v\d
9
my $link_ref = $ENV{GITHUB_REF};
10
-$link_ref =~ s{^origin/refs/heads/}{};
+$link_ref =~ s{^refs/heads/}{};
11
12
my @files = @ARGV;
13
my @has_diff;
0 commit comments