Fixed broken links in docs and comments.

This commit is contained in:
Ville Skyttä 2016-06-16 04:20:23 +03:00 committed by Tim Graham
parent db613f4f12
commit 96f97691ad
22 changed files with 25 additions and 25 deletions

View file

@ -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):