Skip to content

Commit

Permalink
Fix picture links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Feb 26, 2015
1 parent 1d5900c commit fd35019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -123,7 +123,7 @@ Example::

Looks like this:

.. image:: docs/FoldableListFilterAdminMixin.png
.. image:: https://raw.githubusercontent.com/ionelmc/django-admin-utils/master/docs/FoldableListFilterAdminMixin.png
:alt: Screenshort of FoldableListFilterAdminMixin

admin_utils.mixins.FullWidthAdminMixin
Expand All @@ -141,7 +141,7 @@ Example::

You probably didn't even notice you had this problem:

.. image:: docs/FullWidthAdminMixin.png
.. image:: https://raw.githubusercontent.com/ionelmc/django-admin-utils/master/docs/FullWidthAdminMixin.png
:alt: Screenshort of FullWidthAdminMixin


Expand Down

0 comments on commit fd35019

Please sign in to comment.