Skip to content

Commit

Permalink
CLDR-17719 fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati committed Jun 12, 2024
1 parent 69112d2 commit 178af67
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,9 @@ private void showCoverageGoals(PrintWriter pw) throws IOException {
.addColumn(
"Code",
"class='source'",
"<a href=\"http://www.unicode.org/cldr/data/common/main/{0}.xml\">{0}</a>",
"<a href=\""
+ CLDRURLS.CLDR_REPO_ROOT
+ "/blob/main/common/main/{0}.xml\">{0}</a>",
"class='source'",
false)
.addColumn(
Expand Down

0 comments on commit 178af67

Please sign in to comment.