From 942be6381d56e19a1ac58041d4d40ad0902c5479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Sun, 29 Dec 2024 02:38:13 -0300 Subject: [PATCH] update URL to latest legacy-checkids.py file --- Lib/fontbakery/reporters/ghmarkdown.py | 2 +- Lib/fontbakery/reporters/html.py | 2 +- Lib/fontbakery/reporters/terminal.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/fontbakery/reporters/ghmarkdown.py b/Lib/fontbakery/reporters/ghmarkdown.py index 2528e277cd..4a942173a6 100644 --- a/Lib/fontbakery/reporters/ghmarkdown.py +++ b/Lib/fontbakery/reporters/ghmarkdown.py @@ -90,7 +90,7 @@ def template(self, data): "\n" "Please start using the new check-IDs as documented at\n" "https://github.com/fonttools/fontbakery/blob/" - "83db7cc2a6ad58585ddec9397306e0420843edb1/Lib/" + "31970cdc5807c3b75c2f9b6e223aca57ffda535f/Lib/" "fontbakery/legacy_checkids.py\n" "\n" "The following legacy check-IDs were detected:\n" diff --git a/Lib/fontbakery/reporters/html.py b/Lib/fontbakery/reporters/html.py index 039e930800..2b4b5eece1 100644 --- a/Lib/fontbakery/reporters/html.py +++ b/Lib/fontbakery/reporters/html.py @@ -122,7 +122,7 @@ def template(self, data) -> str: "
" "Please start using the new check-IDs as documented at" " " "/Lib/fontbakery/legacy_checkids.py
" "
" diff --git a/Lib/fontbakery/reporters/terminal.py b/Lib/fontbakery/reporters/terminal.py index 1100d10fd1..f1db86cdf1 100644 --- a/Lib/fontbakery/reporters/terminal.py +++ b/Lib/fontbakery/reporters/terminal.py @@ -211,7 +211,7 @@ def end(self): "\n" "Please start using the new check-IDs as documented at\n" "https://github.com/fonttools/fontbakery/blob/" - "83db7cc2a6ad58585ddec9397306e0420843edb1/Lib/" + "31970cdc5807c3b75c2f9b6e223aca57ffda535f/Lib/" "fontbakery/legacy_checkids.py\n" "\n" "The following legacy check-IDs were detected:\n"