Skip to content

Commit

Permalink
Fix Readme links
Browse files Browse the repository at this point in the history
- change relative links to absolute since they do not work on PyPi.
  • Loading branch information
abhiabhi94 committed Oct 18, 2020
1 parent 0a78175 commit e639030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ django-flag-app

A pluggable django application that adds the ability for users to flag(or report) your models.

.. image:: ./docs/_static/images/django-flag-app.gif
.. image:: https://github.com/abhiabhi94/django-flag-app/tree/master/docs/_static/images/django-flag-app.gif
:alt: flagging-process

For complete documentation you may visit `Read the Doc`_. or see the `docs`_ directory.

.. _Read the Doc: https://django-flag-app.readthedocs.io
.. _docs: ./docs/
.. _docs: https://github.com/abhiabhi94/django-flag-app/tree/master/docs/

Installation
------------
Expand Down Expand Up @@ -141,4 +141,4 @@ Contributing

Please see the instructions at `Contributing`_.

.. _Contributing: ./CONTRIBUTING.rst
.. _Contributing: https://github.com/abhiabhi94/django-flag-app/tree/master/CONTRIBUTING.rst

0 comments on commit e639030

Please sign in to comment.