Skip to content

Commit 6999d94

Browse files
committed
[proofalytics] drop extra .v from links
1 parent a4fd99c commit 6999d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proofalytics/build-times-links.awk

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ BEGIN {
1010
if (NR == 1) {
1111
print $0
1212
} else {
13-
printf("<a href='%s/%s.v'>%s.v</a>,%s\n", gh, $1, $1, $2)
13+
printf("<a href='%s/%s'>%s</a>,%s\n", gh, $1, $1, $2)
1414
}
1515
}

0 commit comments

Comments
 (0)