@@ -20,19 +20,19 @@ There are a number of Basemap instance methods for plotting data:
2020* :func: `~mpl_toolkits.basemap.Basemap.drawgreatcircle `: draw a `great circle <http://en.wikipedia.org/wiki/Great_circle >`__.
2121
2222Many of these instances methods simply forward to the corresponding matplotlib
23- `Axes <http ://matplotlib.sourceforge.net /api/axes_api.html >`__ instance method,
23+ `Axes <https ://matplotlib.org /api/axes_api.html >`__ instance method,
2424with some extra pre/post processing and argument checking.
2525You can also plot on the map directly with the matplotlib
26- `pyplot <http ://matplotlib.sourceforge.net /api/pyplot_api.html >`__ interface,
27- or the `OO api <http ://matplotlib.sourceforge.net /examples/api/index.html >`__,
28- using the `Axes <http ://matplotlib.sourceforge.net /api/axes_api.html >`__ instance
26+ `pyplot <https ://matplotlib.org /api/pyplot_api.html >`__ interface,
27+ or the `OO api <https ://matplotlib.org /examples/api/index.html >`__,
28+ using the `Axes <https ://matplotlib.org /api/axes_api.html >`__ instance
2929associated with the Basemap.
3030
3131For more specifics of how to use the Basemap instance methods,
3232see :ref: `api-index `.
3333
3434Here are the examples (many of which utilize the
35- `netcdf4-python <http://netcdf4-python.googlecode.com >`__ module
35+ `netcdf4-python <http://unidata.github.io/ netcdf4-python/ >`__ module
3636to retrieve datasets over http):
3737
3838* Plot contour lines on a basemap
@@ -74,4 +74,4 @@ to retrieve datasets over http):
7474
7575* Draw day-night terminator on a map.
7676
77- .. plot :: users/figures/plotdaynight.py
77+ .. plot :: users/figures/plotdaynight.py
0 commit comments