diff --git a/README.md b/README.md index 3832c8c..9b74a83 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Support available in [![Chat](https://badges.gitter.im/libgd/libgd.svg)](https:/ ## Downloads/etc... -Please visit our [homepage](http://www.libgd.org/) for more details. +Please visit our [homepage](https://www.libgd.org/) for more details. ## Supported Image Formats diff --git a/docs/README.TESTING b/docs/README.TESTING index 8a8a102..2ce0f51 100644 --- a/docs/README.TESTING +++ b/docs/README.TESTING @@ -34,7 +34,7 @@ $ ctest . I will certainly add a nice CMake option to give prefix later. What to do if tests fail on your platform and you use the last GD release? -either from your favorite distributions or from http://www.libgd.org or git? +either from your favorite distributions or from https://www.libgd.org or git? If you use a packaged version of the GD Library (installed from RPM, deb or ports, gentoo packages or any other packages format or distribution), please try diff --git a/src/gd_jpeg.c b/src/gd_jpeg.c index f2dd329..7cf03c8 100644 --- a/src/gd_jpeg.c +++ b/src/gd_jpeg.c @@ -1,6 +1,6 @@ /* * gd_jpeg.c: Read and write JPEG (JFIF) format image files using the - * gd graphics library (http://www.libgd.org). + * gd graphics library (https://www.libgd.org). * * This software is based in part on the work of the Independent JPEG * Group. For more information on the IJG JPEG software (and JPEG diff --git a/windows/libgd.rc b/windows/libgd.rc index 803b346..5fa068b 100755 --- a/windows/libgd.rc +++ b/windows/libgd.rc @@ -43,7 +43,7 @@ BEGIN VALUE "PrivateBuild", "\0" VALUE "ProductName", "LIBGD dynamic link library" "\0" VALUE "SpecialBuild", "win32" "\0" - VALUE "URL", "http://www.libgd.org/" + VALUE "URL", "https://www.libgd.org/" END END BLOCK "VarFileInfo"