@@ -113,12 +113,12 @@ packaged as ZIP, or as UNIX TAR and GZIP files. You'll need a software that
113113can unzip these packages. `7-Zip`_ is an example of software that can handle
114114these files.
115115
116- .. _`7-Zip`: http ://www.7-zip.org/
116+ .. _`7-Zip`: https ://www.7-zip.org/
117117
118118Cygwin is a free, open-source software package which is a port of these tools
119119on Windows. You can use the gzip and tar utilities from this tool collection.
120120Cygwin is available from
121- http ://www.cygwin.com.
121+ https ://www.cygwin.com.
122122
123123In order to compile the MapServer CGI program, you must download a few
124124required and optional libraries. At its simplest configuration, MapServer
@@ -144,7 +144,7 @@ snaphot is substantially easier than working directly from :ref:`git`.
144144**Required Libraries**
145145----------------------
146146
147- .. _`GD Library`: http ://www. libgd.org /
147+ .. _`GD Library`: https ://libgd.github.io /
148148
149149`GD Library`_:
150150 MapServer uses the GD graphics library for rendering map images in GIF, PNG
@@ -163,19 +163,19 @@ Regex:
163163Optional Libraries
164164------------------
165165
166- .. _`JPEG Library`: http ://www.ijg.org/
166+ .. _`JPEG Library`: https ://www.ijg.org/
167167
168168`JPEG library`_:
169169 This library is required by GD to render JPEG images, if building GD from
170170 source. You may download this library at
171171 http://www.ijg.org/files/jpegsrc.v6b.tar.gz
172172
173- .. _`PNG library`: http ://www.libpng.org/pub/png /
173+ .. _`PNG library`: https ://sourceforge.net/projects/libpng /
174174
175175`PNG library`_:
176176 This library is required by GD to render PNG images, if building GD from
177177 source. You may download this library at
178- http ://sourceforge.net/projects/libpng/
178+ https ://sourceforge.net/projects/libpng/
179179
180180.. _`Zlib`: https://zlib.net/
181181
@@ -184,12 +184,12 @@ Optional Libraries
184184 compression support. It can be downloaded at
185185 https://zlib.net/ .
186186
187- .. _`FreeType 2`: http ://www.freetype.org/
187+ .. _`FreeType 2`: https ://www.freetype.org/
188188
189189`FreeType 2`_:
190190 FreeType provides TrueType support in MapServer via GD. We only need to
191191 build FreeType separately if building GD from source. It can be downloaded
192- at http ://gnuwin32.sourceforge.net/packages/freetype.htm .
192+ at https ://gnuwin32.sourceforge.net/packages/freetype.htm .
193193
194194
195195.. _`PROJ`: https://proj.org
@@ -206,7 +206,7 @@ Optional Libraries
206206 raster formats (GDAL) and vector formats (OGR). It can be downloaded at
207207 https://gdal.org/.
208208
209- .. _`ArcSDE`: http ://www.esri.com/software/arcgis/arcsde/
209+ .. _`ArcSDE`: https ://en.wikipedia.org/wiki/ArcSDE
210210
211211`ArcSDE`_:
212212 ArcSDE is an ESRI proprietary spatial database engine. Most users will not
0 commit comments