Skip to content

Commit cd6232c

Browse files
committed
update links
1 parent a51e3e7 commit cd6232c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Review current tutorial docs
5858
* reuse current text where appropriate
5959

6060

61-
The current situation is that tutorials are duplicated in different places, with some links updated in one place and not another. For example the main tutorial section is on the documentation site at http://demo.mapserver.org/tutorial/sections.html
62-
However sections 3 and 4 of the tutorials are simply links to http://demo.mapserver.org/tutorial/section3.html
63-
The http://demo.mapserver.org site also duplicates sections 1 and 2.
61+
The current situation is that tutorials are duplicated in different places, with some links updated in one place and not another. For example the main tutorial section is on the documentation site at https://demo.mapserver.org/tutorial/sections.html
62+
However sections 3 and 4 of the tutorials are simply links to https://demo.mapserver.org/tutorial/section3.html
63+
The https://demo.mapserver.org site also duplicates sections 1 and 2.
6464

6565
In addition the OSGeo-Live has a tutorial section which is more recent, and could perhaps be used as the basis of the tutorials on the MapServer documentation site: http://live.osgeo.org/en/quickstart/mapserver_quickstart.html
6666

en/development/tests/mapscript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ About the tests
3939
Tests are committed to the MapServer CVS under mapscript/python/tests. They
4040
are written in Python using the JUnit inspired unittest module. A good
4141
introduction to unit testing with Python is found at
42-
http://diveintopython.org/unit_testing/index.html.
42+
https://diveintopython3.net/unit-testing.html.
4343

4444
The test framework imports mapscript from python/tests/cases/testing.py. This
4545
allows us to test the module before installation

0 commit comments

Comments
 (0)