Skip to content

Commit 3126461

Browse files
committed
update links
1 parent 269a5ae commit 3126461

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

en/input/vector/filegdb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ geodatabase "FileGDB" driver (or the "OpenFileGDB" driver), by using the '--form
6060
"TIGER" (read/write)
6161
...
6262

63-
If you don't have the driver, see GDAL's `BuildHints <https://trac.osgeo.org/gdal/wiki/FileGDB>`__ page for
63+
If you don't have the driver, see GDAL's `Building from source <https://gdal.org/en/stable/development/building_from_source.html>`__ page for
6464
compiling the driver.
6565

6666
Once you have the FileGDB driver you are ready to try an ogrinfo command on your

en/input/vector/kml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ by using the '--formats' command:
158158

159159
If you don't have the driver, you might want to try the `FWTools`_ or `MS4W`_
160160
packages, which include the driver. Or you can follow the
161-
`compiling notes <https://trac.osgeo.org/gdal/wiki/LibKML>`__ for
161+
`Building from source <https://gdal.org/en/stable/development/building_from_source.html>`__ for
162162
libKML and GDAL/OGR.
163163

164164
Once you have the LIBKML driver you are ready to try an ogrinfo command on your

en/input/vector/ogr.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ FAQ / Common Problems
972972

973973
:A: Basically, OGR does not stand for anything. For a detailed
974974
explanation of how OGR was named, see GDAL's FAQ at
975-
https://trac.osgeo.org/gdal/wiki/FAQ.
975+
https://gdal.org/en/stable/faq.html.
976976

977977
-------------
978978

@@ -1055,6 +1055,6 @@ SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE ( http://www.geografia.toscana.it
10551055
.. _`OGR formats page`: https://gdal.org/drivers/vector/index.html
10561056
.. _`DGN driver page`: https://gdal.org/drivers/vector/dgn.html
10571057
.. _`OGR Utilities Page`: https://gdal.org/programs/index.html#vector-programs
1058-
.. _`GDAL Wiki`: https://trac.osgeo.org/gdal/wiki
1058+
.. _`GDAL Wiki`: https://web.archive.org/web/20240706042553/https://trac.osgeo.org/gdal/wiki
10591059
.. _`OGR Feature Style Specification`: https://gdal.org/user/ogr_feature_style.html
10601060

en/input/virtual-file.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ include **/vsizip/**, **/vsigzip/**, **/vsitar/**, **/vsicurl/**
3030
More Information on Virtual File System
3131
---------------------------------------
3232

33-
- GDAL's virtual file systems `instructions <https://gdal.org/user/virtual_file_systems.html>`__
33+
- GDAL's virtual file systems `instructions <https://gdal.org/en/stable/user/virtual_file_systems.html>`__
3434

3535
- Blog post by initial developer `Even Rouault <https://erouault.blogspot.com/2012/05/new-gdal-virtual-file-system-to-read.html>`_
3636

37-
- GDAL's old Wiki `page <https://trac.osgeo.org/gdal/wiki/UserDocs/ReadInZip?version=17>`_
37+
- GDAL's old Wiki `page <https://web.archive.org/web/20170303160051/https://trac.osgeo.org/gdal/wiki/UserDocs/ReadInZip>`_
3838
(might be outdated, but it is still a good source of information)
3939

4040
Display Compressed File Directly in MapServer

en/optimization/debugging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ with the **CPL_CURL_VERBOSE** variable, such as:
324324
.. NOTE::
325325
For a list of GDAL's possible variables to use, see the
326326
GDAL official `list <https://gdal.org/user/configoptions.html>`__.
327-
The old `GDAL wiki <https://trac.osgeo.org/gdal/wiki/ConfigOptions?version=52>`__
327+
The old `GDAL wiki <https://web.archive.org/web/20220324035447/https://trac.osgeo.org/gdal/wiki/ConfigOptions>`__
328328
is still a good source of information for these variables, even if outdated.
329329

330330
.. seealso::

en/optimization/environment_variables.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ behavior or specify the location of some resources.
2020
.. TIP::
2121
In terms of GDAL, for a good list of GDAL's possible variables to use
2222
(to help control data access in MapServer), see the
23-
`GDAL wiki <https://trac.osgeo.org/gdal/wiki/ConfigOptions>`__.
24-
The main GDAL site also has a `list <https://gdal.org/user/configoptions.html#list-of-configuration-options-and-where-they-apply>`__.
23+
the main `GDAL site <https://gdal.org/user/configoptions.html#list-of-configuration-options-and-where-they-apply>`__
24+
(you can also see the `old GDAL wiki <https://web.archive.org/web/20220324035447/https://trac.osgeo.org/gdal/wiki/ConfigOptions>`__).
2525

2626
List of all possible MapServer Environment Variables
2727
====================================================

0 commit comments

Comments
 (0)