From 4eb6ca691b889a1d98a8f95b6b48af346b8476b5 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sun, 28 Dec 2025 09:42:59 +0100 Subject: [PATCH] check-pr: add Markdown styling (#20318) --- scripts/check-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-pr.sh b/scripts/check-pr.sh index 60aab3b10b..10d2312d49 100755 --- a/scripts/check-pr.sh +++ b/scripts/check-pr.sh @@ -241,7 +241,7 @@ MSG_IS_COPY='The page `%s` seems to be a copy of `%s` (%d%% matching).\n' MSG_NOT_DIR='The file `%s` does not look like a directory.\n' MSG_NOT_FILE='The file `%s` does not look like a regular file.\n' MSG_NOT_MD='The file `%s` does not have a `.md` extension.\n' -MSG_MORE_INFO='The page `%s` has a more info link that does not match the one in the English page or the template. Please check the "More information:" translation as well using https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/more-info-link.md or run scripts/set-more-info-link.py -S.\n' +MSG_MORE_INFO='The page `%s` has a more info link that does not match the one in the English page or the template. Please check the "More information:" translation as well using [the translation template](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/more-info-link.md) or run `scripts/set-more-info-link.py -S`.\n' MSG_PAGE_TITLE='The page `%s` has a page title that does not match the one in the English page.\n' PLATFORMS=$(ls pages/)