how to fix broken links in axes_grid docs?

Hi,

I just noticed that some links in the axes_grid docs are broken, but I
have no idea what is wrong.

The broken links are those associated with the "plot" directive, i.e.,
links to its source code, hires.png and pdf.
(The links in the Gallery are fine, only those in axes_grid docs).

For example, the first plot in the overview page
(http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/overview.html#axesgrid)
has a link to it source file (which is incorrect) as

http://matplotlib.sourceforge.net/mpl_toolkits/plot_directive/mpl_toolkits/axes_grid/figures/simple_axesgrid.py

The correct link is

http://matplotlib.sourceforge.net/plot_directive/mpl_toolkits/axes_grid/figures/simple_axesgrid.py

Note that the wrong link has extra "mpl_toolkits" before "plot_directive".

The relevant rest source for this plot is

.. plot:: mpl_toolkits/axes_grid/figures/simple_axesgrid.py
   :include-source:

I tried to change the path to
"mpl_examples/axes_grid/simpl_axesgrid.py", but the links are still
broken.
Any idea how to fix this?

Thanks in advance,

-JJ