Skip to content

Commit 1562382

Browse files
committed
update http to https for many links
1 parent b0c3ed1 commit 1562382

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

content/new-website.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ The libgd.org has a new website. We have built the new site in
1010
`Pelican`_ in order to statically render our site content. You can
1111
view the sources used to build this website in its own `git repository`_.
1212

13-
.. _Pelican: http://getpelican.com
13+
.. _Pelican: https://getpelican.com/
1414
.. _git repository: https://github.com/libgd/libgd.github.io

content/pages/about.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,14 @@ See `Contribute to LibGD`_.
6363
.. _Thomas Boutell: https://boutell.dev/
6464
.. _Pierre Joye: https://github.com/pierrejoye
6565
.. _valuable contributors: https://github.com/libgd/libgd/graphs/contributors
66-
.. _PHP.net: http://php.net/
66+
.. _PHP.net: https://php.net/
6767
.. _BMP: https://en.wikipedia.org/wiki/BMP_file_format (builtin)
6868
.. _GIF: https://en.wikipedia.org/wiki/GIF
6969
.. _TGA: https://en.wikipedia.org/wiki/Truevision_TGA
7070
.. _WBMP: https://en.wikipedia.org/wiki/Wireless_Application_Protocol_Bitmap_Format
7171
.. _JPEG: https://en.wikipedia.org/wiki/JPEG
72-
.. _libjpeg-turbo: http://libjpeg-turbo.virtualgl.org/
73-
.. _libjpeg-turbo: http://libjpeg-turbo.virtualgl.org/
74-
.. _libJpeg: http://www.ijg.org/
72+
.. _libjpeg-turbo: https://libjpeg-turbo.virtualgl.org/
73+
.. _libJpeg: https://www.ijg.org/
7574
.. _JPEG2000: https://en.wikipedia.org/wiki/JPEG_2000
7675
.. _AVIF: https://en.wikipedia.org/wiki/AV1#AV1_Image_File_Format_(AVIF)
7776
.. _libavif: https://github.com/AOMediaCodec/libavif
@@ -85,9 +84,9 @@ See `Contribute to LibGD`_.
8584
.. _TIFF: https://en.wikipedia.org/wiki/Tagged_Image_File_Format
8685
.. _libtiff: http://www.libtiff.org/
8786
.. _XPM: https://en.wikipedia.org/wiki/X_PixMap
88-
.. _libXpm: http://xorg.freedesktop.org/
87+
.. _libXpm: https://gitlab.freedesktop.org/xorg/lib/libxpm
8988
.. _Github Issues: https://github.com/libgd/libgd/issues
9089
.. _Github Discussions: https://github.com/libgd/libgd/discussions
9190
.. _Gitter Chat: https://gitter.im/libgd/libgd
92-
.. _Mailing list: http://news.php.net/php.gd.devel/
91+
.. _Mailing list: https://news-web.php.net/php.gd.devel/
9392
.. _Contribute to LibGD: https://github.com/libgd/libgd/blob/master/CONTRIBUTING.md

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
LINKS = (
1515
('Downloads', 'https://github.com/libgd/libgd/releases'),
1616
('Issues', 'https://github.com/libgd/libgd/issues'),
17-
('Mailing List', 'http://news.php.net/php.gd.devel/'),
17+
('Mailing List', 'https://news-web.php.net/php.gd.devel/'),
1818
# ('Wiki', 'https://github.com/libgd/libgd/wiki'),
1919
)
2020

0 commit comments

Comments
 (0)