Skip to content

Commit a893ff1

Browse files
committed
update links
1 parent 00702a4 commit a893ff1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

en/MIGRATION_GUIDE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ MapServer 7.2 to 7.4 Migration
315315
managing PHP through SWIG will be easier on the MapServer maintainers in the long run.)
316316
Some important SWIG notes:
317317

318-
- you will require at least `SWIG-3.0.11 <http://www.swig.org/download.html>`_
318+
- you will require at least `SWIG-3.0.11 <https://www.swig.org/download.html>`_
319319
(but 4.0.0 is recommended).
320320

321321
- if you notice any missing functions that were available in the old native PHP MapScript API,

en/development/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ access is only recommended for those who need the absolute latest and greatest
4747
code, if they are not afraid of getting their hands dirty building the source.
4848
The GitHub repository does not contain `GD <http://www.boutell.com/gd/>`__ or
4949
any of the support libraries, and it requires flex and bison to build it.
50-
Building MapScript will also require `SWIG <http://www.swig.org>`__ be
50+
Building MapScript will also require `SWIG <https://www.swig.org>`__ be
5151
installed on your machine. Here's how to access the source:
5252

5353
1. Create a `free personal account <https://github.com/pricing/>`__ at GitHub

en/development/rfc/ms-rfc-117.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ improvements over PHP 5.6 including:
4040

4141
*source: digitalocean.com*
4242

43-
MapServer's several mapscripts (Java, Python, Csharp) use the `SWIG <http://www.swig.org/>`__
43+
MapServer's several mapscripts (Java, Python, Csharp) use the `SWIG <https://www.swig.org/>`__
4444
library (wrapper library used to convert code into other languages) to automatically
4545
generate the necessary mapscript code; the existing PHP MapScript extension
4646
however does not use SWIG and was custom written at the time. MapServer's Project

en/development/rfc/ms-rfc-132.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ With PHP MapScript moving to SWIG correct API documentation has becoming increas
2020
The current MapScript API documentation is currently updated manually. It contains many legacy methods, is missing newer methods,
2121
and missing documentation for some classes entirely.
2222

23-
This RFC proposes to use `SWIG's autodoc <http://www.swig.org/Doc4.0/SWIGDocumentation.html#Python_nn67>`_ and docstring features
23+
This RFC proposes to use `SWIG's autodoc <https://www.swig.org/Doc4.0/SWIGDocumentation.html#Python_nn67>`_ and docstring features
2424
along with Sphinx to update the MapScript API docs.
2525

2626
Links to sample output are below:

en/development/svn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ access is only recommended for those who need the absolute latest and greatest
1616
code, if they are not afraid of getting their hands dirty building the source.
1717
The Subversion version does not contain `GD <http://www.boutell.com/gd/>`__ or
1818
any of the support libraries, and it requires flex and bison to build it.
19-
Building MapScript will also require `SWIG <http://www.swig.org>`__ be
19+
Building MapScript will also require `SWIG <https://www.swig.org>`__ be
2020
installed on your machine. Here's how to access the read-only source:
2121

2222
1. Install a Subversion client, see `Subversion Homepage

en/howto/mapscript_java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
</p>
158158
<pre class="code">make interface<br />make<br />make test<br /> </pre>
159159
<p>
160-
Make interface requires that you have <img src="/images/link-ext.gif" align="middle" /><a href="http://www.swig.org">swig</a> installed, at least version 1.3.21.
160+
Make interface requires that you have <img src="/images/link-ext.gif" align="middle" /><a href="https://www.swig.org">swig</a> installed, at least version 1.3.21.
161161
</p>
162162
<p>
163163
My configure options to build mapscript with support for raster (through gdal), truetype fonts (through freetype),

en/installation/php.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Questions About Installation
480480

481481
.. #### rST Link Section ####
482482

483-
.. _`SWIG`: http://www.swig.org/
483+
.. _`SWIG`: https://www.swig.org/
484484
.. _`DM Solutions Group`: http://www.dmsolutions.ca/
485485
.. _`Mapgears`: http://www.mapgears.com
486486
.. _`PHP/MapScript page`: http://www.maptools.org/php_mapscript/

en/mapcache/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ solution.
3232
coverage
3333

3434
.. seealso::
35-
`MapCache presentation slides at FOSS4G2011 <http://www.slideshare.net/tbonfort/modgeocache-mapcache-a-fast-tiling-solution-for-the-apache-web-server>`__
35+
`MapCache presentation slides at FOSS4G2011 <https://www.slideshare.net/tbonfort/modgeocache-mapcache-a-fast-tiling-solution-for-the-apache-web-server>`__
3636

3737

3838
Features

0 commit comments

Comments
 (0)