Skip to content

Commit d3cfcf5

Browse files
committed
Fixed external links
1 parent c6c1b90 commit d3cfcf5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using matplotlib.
1414
* The GEOS (Geometry Engine - Open Source) library (version 3.1.1 or higher).
1515
Source code is included in the geos-3.3.3 directory.
1616

17-
* PIL (http://pythonware.com/products/pil) is optional (only
17+
* [PIL](http://pythonware.com/products/pil) is optional (only
1818
needed for Basemap warpimage and bluemarble methods).
1919

2020
* On linux, if your python was installed via a package management system, make
@@ -24,10 +24,10 @@ C extensions.
2424

2525
##Copyright
2626

27-
source code from proj.4 (http://proj.maptools.org) is included in the
27+
source code from [proj.4](http://trac.osgeo.org/proj/) is included in the
2828
'src' directory under the terms given in LICENSE_proj4.
2929

30-
source code from geographiclib (http://pypi.python.org/pypi/geographiclib)
30+
source code from [geographiclib](http://pypi.python.org/pypi/geographiclib)
3131
is included in the 'lib/mpl_toolkits/basemap' directory under the terms
3232
given in LICENSE_geographiclib.
3333

@@ -39,12 +39,10 @@ shapefile.py from pyshp.googlecode.com is included under the terms given
3939
in LICENSE_pyshp.
4040

4141
the land-sea mask, coastline, lake, river and political boundary data are extracted
42-
from datasets provided with the Generic Mapping Tools
43-
(http://gmt.soest.hawaii.edu)
42+
from datasets provided with the [Generic Mapping Tools (GMT)](http://gmt.soest.hawaii.edu)
4443
and are included under the terms given in LICENSE_data.
4544

46-
Everything else (including src/_proj.pyx,,
47-
src/_proj.c, src/_geos.c, and src/_geos.pyx):
45+
Everything else (including src/_proj.pyx, src/_proj.c, src/_geos.c, and src/_geos.pyx):
4846

4947
copyright (c) 2011 by Jeffrey Whitaker.
5048

0 commit comments

Comments
 (0)