We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fd99c commit 6999d94Copy full SHA for 6999d94
proofalytics/build-times-links.awk
@@ -10,6 +10,6 @@ BEGIN {
10
if (NR == 1) {
11
print $0
12
} else {
13
- printf("<a href='%s/%s.v'>%s.v</a>,%s\n", gh, $1, $1, $2)
+ printf("<a href='%s/%s'>%s</a>,%s\n", gh, $1, $1, $2)
14
}
15
0 commit comments