From 152f34f98de9264eeb2ba92cd36e6c196b12ff8d Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Sat, 2 Jun 2018 19:37:23 +1200 Subject: Upgrade http:// to https:// where feasible --- docs/source/about.rst | 4 ++-- docs/source/apps/cct.rst | 4 ++-- docs/source/apps/cs2cs.rst | 4 ++-- docs/source/apps/geod.rst | 4 ++-- docs/source/apps/gie.rst | 4 ++-- docs/source/apps/proj.rst | 4 ++-- docs/source/community/contributing.rst | 4 ++-- docs/source/development/bindings.rst | 4 ++-- docs/source/index.rst | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) (limited to 'docs') 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 `__. The website is generated +available on `proj4.org `__. The website is generated with `Sphinx `__. Contributions to the documentation should be made as `Pull Requests `__ on GitHub. @@ -159,7 +159,7 @@ repository: Additional Resources -------------------- -- `General GitHub documentation `__ +- `General GitHub documentation `__ - `GitHub pull request documentation `__ diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst index 3fac1869..74d0fd4b 100644 --- a/docs/source/development/bindings.rst +++ b/docs/source/development/bindings.rst @@ -8,7 +8,7 @@ PROJ bindings are available for a number of different development platforms. Python ====== -`pyproj `_: +`pyproj `_: Python interface (wrapper for PROJ) @@ -26,7 +26,7 @@ Bindings for PROJ in tcl (critcl source) MySQL ===== -`fProj4 `_: +`fProj4 `_: Bindings for PROJ in MySQL 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 `_. + own software. PROJ is maintained on `GitHub `_. NEWS -- cgit v1.2.3 From 347fdaa1e6c75da039ac9b93b6ef7b7197efaa67 Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Sat, 2 Jun 2018 19:42:16 +1200 Subject: URL for proj4rb changed to GitHub (former URL does not work) --- docs/source/development/bindings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst index 74d0fd4b..1e114d8c 100644 --- a/docs/source/development/bindings.rst +++ b/docs/source/development/bindings.rst @@ -15,7 +15,7 @@ Python interface (wrapper for PROJ) Ruby ======= -`proj4rb `_: +`proj4rb `_: Bindings for PROJ in ruby TCL -- cgit v1.2.3 From f8af17699e5e9a00e289f92c9f97102ed93e417e Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Sat, 2 Jun 2018 20:19:04 +1200 Subject: Update GeoTIFF URL --- docs/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3