aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-06-02 11:06:27 +0200
committerGitHub <noreply@github.com>2018-06-02 11:06:27 +0200
commit6160304480a2d16022662935da3837986cd2ba61 (patch)
treedf6904bc756d5fc6ced5881eb7a75b0efd74da1d /docs/source
parent524a335e0b80cf4ba8c68bf72321405a2803fca4 (diff)
parent5a8009e4dfc6538f9979a8a901ab1c8c20d6e43f (diff)
downloadPROJ-6160304480a2d16022662935da3837986cd2ba61.tar.gz
PROJ-6160304480a2d16022662935da3837986cd2ba61.zip
Merge pull request #1027 from mwtoews/docs
Update URLs
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/about.rst4
-rw-r--r--docs/source/apps/cct.rst4
-rw-r--r--docs/source/apps/cs2cs.rst4
-rw-r--r--docs/source/apps/geod.rst4
-rw-r--r--docs/source/apps/gie.rst4
-rw-r--r--docs/source/apps/proj.rst4
-rw-r--r--docs/source/community/contributing.rst4
-rw-r--r--docs/source/development/bindings.rst6
-rw-r--r--docs/source/faq.rst2
-rw-r--r--docs/source/index.rst2
10 files changed, 19 insertions, 19 deletions
diff --git a/docs/source/about.rst b/docs/source/about.rst
index 198dbead..5e625288 100644
--- a/docs/source/about.rst
+++ b/docs/source/about.rst
@@ -26,7 +26,7 @@ Citation
To cite PROJ in publications use:
PROJ contributors (2018). PROJ coordinate transformation software
- library. Open Source Geospatial Foundation. URL http://proj4.org/.
+ library. Open Source Geospatial Foundation. URL https://proj4.org/.
A BibTeX entry for LaTeX users is
@@ -37,7 +37,7 @@ A BibTeX entry for LaTeX users is
author = {{PROJ contributors}},
organization = {Open Source Geospatial Foundation},
year = {2018},
- url = {http://proj4.org/},
+ url = {https://proj4.org/},
}
License
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst
index a08f1471..b8f63cbb 100644
--- a/docs/source/apps/cct.rst
+++ b/docs/source/apps/cct.rst
@@ -171,10 +171,10 @@ Hence, in honour of *cct* (the geodesist) this is :program:`cct` (the program).
Bugs
****
- A list of know bugs can be found at http://github.com/OSGeo/proj.4/issues
+ A list of know bugs can be found at https://github.com/OSGeo/proj.4/issues
where new bug reports can be submitted to.
Home page
*********
- http://proj4.org/
+ https://proj4.org/
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst
index 7256a44c..f17b74ed 100644
--- a/docs/source/apps/cs2cs.rst
+++ b/docs/source/apps/cs2cs.rst
@@ -183,10 +183,10 @@ The x-y output data will appear as three lines of:
Bugs
****
- A list of know bugs can be found at http://github.com/OSGeo/proj.4/issues
+ A list of know bugs can be found at https://github.com/OSGeo/proj.4/issues
where new bug reports can be submitted to.
Home page
*********
- http://proj4.org/
+ https://proj4.org/
diff --git a/docs/source/apps/geod.rst b/docs/source/apps/geod.rst
index f5e61de4..e890aede 100644
--- a/docs/source/apps/geod.rst
+++ b/docs/source/apps/geod.rst
@@ -205,10 +205,10 @@ Further reading
Bugs
****
- A list of know bugs can be found at http://github.com/OSGeo/proj.4/issues
+ A list of know bugs can be found at https://github.com/OSGeo/proj.4/issues
where new bug reports can be submitted to.
Home page
*********
- http://proj4.org/
+ https://proj4.org/
diff --git a/docs/source/apps/gie.rst b/docs/source/apps/gie.rst
index 9d3fa0c2..fac4898a 100644
--- a/docs/source/apps/gie.rst
+++ b/docs/source/apps/gie.rst
@@ -363,10 +363,10 @@ So in honour, and hopefully also in the spirit, of Gerald Ian Evenden
Bugs
****
- A list of know bugs can be found at http://github.com/OSGeo/proj.4/issues
+ A list of know bugs can be found at https://github.com/OSGeo/proj.4/issues
where new bug reports can be submitted to.
Home page
*********
- http://proj4.org/
+ https://proj4.org/
diff --git a/docs/source/apps/proj.rst b/docs/source/apps/proj.rst
index 43e2038c..0da1d929 100644
--- a/docs/source/apps/proj.rst
+++ b/docs/source/apps/proj.rst
@@ -230,10 +230,10 @@ data will appear as three lines of::
Bugs
****
- A list of know bugs can be found at http://github.com/OSGeo/proj.4/issues
+ A list of know bugs can be found at https://github.com/OSGeo/proj.4/issues
where new bug reports can be submitted to.
Home page
*********
- http://proj4.org/
+ https://proj4.org/
diff --git a/docs/source/community/contributing.rst b/docs/source/community/contributing.rst
index d56aef6e..867f7e1a 100644
--- a/docs/source/community/contributing.rst
+++ b/docs/source/community/contributing.rst
@@ -86,7 +86,7 @@ Write documentation
PROJ is in dire need of better documentation. Any contributions of
documentation are greatly appreciated. The PROJ documentation is
-available on `proj4.org <http://proj4.org>`__. The website is generated
+available on `proj4.org <https://proj4.org>`__. The website is generated
with `Sphinx <http://www.sphinx-doc.org/en/stable/>`__. Contributions to
the documentation should be made as `Pull
Requests <https://github.com/OSGeo/proj.4/pulls>`__ on GitHub.
@@ -159,7 +159,7 @@ repository:
Additional Resources
--------------------
-- `General GitHub documentation <http://help.github.com/>`__
+- `General GitHub documentation <https://help.github.com/>`__
- `GitHub pull request
documentation <https://help.github.com/articles/about-pull-requests/>`__
diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst
index 3fac1869..1e114d8c 100644
--- a/docs/source/development/bindings.rst
+++ b/docs/source/development/bindings.rst
@@ -8,14 +8,14 @@ PROJ bindings are available for a number of different development platforms.
Python
======
-`pyproj <http://pypi.python.org/pypi/pyproj>`_:
+`pyproj <https://pypi.python.org/pypi/pyproj>`_:
Python interface (wrapper for PROJ)
Ruby
=======
-`proj4rb <http://proj4rb.rubyforge.org>`_:
+`proj4rb <https://github.com/cfis/proj4rb>`_:
Bindings for PROJ in ruby
TCL
@@ -26,7 +26,7 @@ Bindings for PROJ in tcl (critcl source)
MySQL
=====
-`fProj4 <http://sourceforge.net/projects/mysqlscientific/files/fPROJ4/>`_:
+`fProj4 <https://sourceforge.net/projects/mysqlscientific/files/fPROJ4/>`_:
Bindings for PROJ in MySQL
diff --git a/docs/source/faq.rst b/docs/source/faq.rst
index 333a5029..510691bf 100644
--- a/docs/source/faq.rst
+++ b/docs/source/faq.rst
@@ -26,7 +26,7 @@ The '''proj''' command itself can report the list of projections using the
units with the '''-lu''' option, and the list of built-in datums with the
'''-ld''' option.
-The [http://www.remotesensing.org/geotiff/proj_list/ GeoTIFF Projections Pages]
+The [http://geotiff.maptools.org/proj_list/ GeoTIFF Projections Pages]
include most of the common PROJ projections, and a definition of the
projection specific options for each.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 67f6496d..29a3b75a 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -26,7 +26,7 @@ PROJ
PROJ is a standard UNIX filter function which converts geographic longitude
and latitude coordinates into cartesian coordinates (and vice versa), and it is
a C API for software developers to include coordinate transformation in their
- own software. PROJ is maintained on `GitHub <http://github.com/OSGeo/proj.4/>`_.
+ own software. PROJ is maintained on `GitHub <https://github.com/OSGeo/proj.4/>`_.
NEWS