diff options
Diffstat (limited to 'django/contrib/gis/gdal/feature.py')
| -rw-r--r-- | django/contrib/gis/gdal/feature.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/gdal/feature.py b/django/contrib/gis/gdal/feature.py index a8aadbf883..c4a23c0996 100644 --- a/django/contrib/gis/gdal/feature.py +++ b/django/contrib/gis/gdal/feature.py @@ -7,7 +7,7 @@ from django.utils.encoding import force_bytes, force_text # For more information, see the OGR C API source code: -# http://www.gdal.org/ogr__api_8h.html +# https://www.gdal.org/ogr__api_8h.html # # The OGR_F_* routines are relevant here. class Feature(GDALBase): |
