Skip to content

Commit

Permalink
Merge pull request #1154 from googlefonts/links
Browse files Browse the repository at this point in the history
Add links to compilers to crater output
  • Loading branch information
cmyr authored Dec 1, 2024
2 parents a974d52 + c3b1f16 commit 386ef8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fontc_crater/src/ci/html.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@ fn make_html(
body {
h1 { "fontc_crater" }
div #explain {
"compiling a large number of target fonts with both fontc and fontmake, \
comparing the results.
"
"compiling a large number of target fonts with both "
{a href = "https://github.com/googlefonts/fontc" { "fontc" } }
" and "
{a href = "https://github.com/googlefonts/fontmake" { "fontmake" } }
", comparing the results."
}
(table)
(detailed_report)
Expand Down

0 comments on commit 386ef8c

Please sign in to comment.