diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-06-02 11:06:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-02 11:06:27 +0200 |
| commit | 6160304480a2d16022662935da3837986cd2ba61 (patch) | |
| tree | df6904bc756d5fc6ced5881eb7a75b0efd74da1d /docs/source/development | |
| parent | 524a335e0b80cf4ba8c68bf72321405a2803fca4 (diff) | |
| parent | 5a8009e4dfc6538f9979a8a901ab1c8c20d6e43f (diff) | |
| download | PROJ-6160304480a2d16022662935da3837986cd2ba61.tar.gz PROJ-6160304480a2d16022662935da3837986cd2ba61.zip | |
Merge pull request #1027 from mwtoews/docs
Update URLs
Diffstat (limited to 'docs/source/development')
| -rw-r--r-- | docs/source/development/bindings.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
