diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2019-10-21 18:25:49 +0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-21 15:25:49 +0200 |
| commit | af8dbbe0d5099ce09fc77abdf8a3fb8a4f4015d9 (patch) | |
| tree | 9e95d7e9bcd5d3b44a2e674db311e76e959c7e30 | |
| parent | 681f7e2b13846def9eff3d26ce1371d05fa90c4c (diff) | |
Updated link to GEOS C API header.
| -rw-r--r-- | django/contrib/gis/geos/libgeos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/geos/libgeos.py b/django/contrib/gis/geos/libgeos.py index 951508c950..dadaff03b7 100644 --- a/django/contrib/gis/geos/libgeos.py +++ b/django/contrib/gis/geos/libgeos.py @@ -57,7 +57,7 @@ def load_geos(): # Getting the GEOS C library. The C interface (CDLL) is used for # both *NIX and Windows. # See the GEOS C API source code for more details on the library function calls: - # http://geos.refractions.net/ro/doxygen_docs/html/geos__c_8h-source.html + # https://geos.osgeo.org/doxygen/geos__c_8h_source.html _lgeos = CDLL(lib_path) # Here we set up the prototypes for the initGEOS_r and finishGEOS_r # routines. These functions aren't actually called until they are |
