From 6b6a4d707f9fd21565637f0c3a0e6a29321dc9bc Mon Sep 17 00:00:00 2001 From: frappe Date: Sun, 19 Feb 2023 18:58:09 -0500 Subject: [PATCH] Update README.md Use language-agnostic links to functions - php.net should auto-detect language or default to /en/ at worst. Use https links. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6aad8e9..7e0b859 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,6 @@ if($image['pictures']){ ### License: MIT [utils]: https://github.com/samayo/bulletproof/tree/master/src/utils -[bulletproof_archive]: http://github.com/samayo/bulletproof/releases -[exif_imagetype_link]: http://php.net/manual/de/function.exif-imagetype.php -[getimagesize_link]: http://php.net/manual/en/function.getimagesize.php +[bulletproof_archive]: https://github.com/samayo/bulletproof/releases +[exif_imagetype_link]: https://php.net/manual/function.exif-imagetype.php +[getimagesize_link]: https://php.net/manual/function.getimagesize.php