Skip to content

Commit a76653b

Browse files
committed
update link to zonemaster documentation
1 parent 9a4e7ef commit a76653b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/generate-zonemaster-cases.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"share/profile.json",
2222

2323
ZM_URL_FMT =>
24-
"https://github.com/zonemaster/zonemaster/blob/v%s/%s",
24+
"https://doc.zonemaster.net/v%s/specifications/tests/%s-TP/%s.html",
2525

2626
CASE_DESCRIPTION_TEMPLATE =>
2727
"This test case comes from version v%s of Zonemaster. For more ".
@@ -152,7 +152,7 @@ sub process_case {
152152
#
153153
# URL of case documentation
154154
#
155-
my $url = sprintf(ZM_URL_FMT, $version, $mdfile);
155+
my $url = sprintf(ZM_URL_FMT, $version, ucfirst($module), lc($case));
156156

157157
my $upgraded;
158158

0 commit comments

Comments
 (0)