From b5d6e4ea1636121540abeb36755384fa33f4dbfb Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Wed, 12 Jul 2023 11:14:40 +0800 Subject: [PATCH] Readme: Update `PHPMailerLangTest` references to `TranslationCompletenessTest` In #2377, the `PHPMailerLangTest` test was renamed to `TranslationCompletenessTest` along some optimizations. However, the link in `README.md` file still links to the old file name. This updates the `README.md` file to use the new file name and URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53e66f11..21771b7c 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ PHPMailer defaults to English, but in the [language](https://github.com/PHPMaile $mail->setLanguage('fr', '/optional/path/to/language/directory/'); ``` -We welcome corrections and new languages – if you're looking for corrections, run the [PHPMailerLangTest.php](https://github.com/PHPMailer/PHPMailer/tree/master/test/PHPMailerLangTest.php) script in the tests folder and it will show any missing translations. +We welcome corrections and new languages – if you're looking for corrections, run the [Language/TranslationCompletenessTest.php](https://github.com/PHPMailer/PHPMailer/blob/master/test/Language/TranslationCompletenessTest.php) script in the tests folder and it will show any missing translations. ## Documentation Start reading at the [GitHub wiki](https://github.com/PHPMailer/PHPMailer/wiki). If you're having trouble, head for [the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting) as it's frequently updated.