summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/geometries.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-06-16 04:20:23 +0300
committerTim Graham <timograham@gmail.com>2016-06-15 21:20:23 -0400
commit96f97691ad5e1483263cea3bb4e4021b4c8dcc41 (patch)
tree78f847d6c275046a14bcf341d9673972d404abd8 /django/contrib/gis/gdal/geometries.py
parentdb613f4f1250971942f766dcf97c22234a3aa14e (diff)
downloaddjango-96f97691ad5e1483263cea3bb4e4021b4c8dcc41.tar.gz
Fixed broken links in docs and comments.
Diffstat (limited to 'django/contrib/gis/gdal/geometries.py')
-rw-r--r--django/contrib/gis/gdal/geometries.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/gis/gdal/geometries.py b/django/contrib/gis/gdal/geometries.py
index 64e9efb5bb..1d76da18d8 100644
--- a/django/contrib/gis/gdal/geometries.py
+++ b/django/contrib/gis/gdal/geometries.py
@@ -1,6 +1,6 @@
"""
The OGRGeometry is a wrapper for using the OGR Geometry class
- (see http://www.gdal.org/ogr/classOGRGeometry.html). OGRGeometry
+ (see http://www.gdal.org/classOGRGeometry.html). OGRGeometry
may be instantiated when reading geometries from OGR Data Sources
(e.g. SHP files), or when given OGC WKT (a string).
@@ -56,7 +56,7 @@ from django.utils.six.moves import range
# For more information, see the OGR C API source code:
-# http://www.gdal.org/ogr/ogr__api_8h.html
+# http://www.gdal.org/ogr__api_8h.html
#
# The OGR_G_* routines are relevant here.
class OGRGeometry(GDALBase):