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 19, 2020
1 parent 0a78175 commit e24827e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ 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 @@ -121,7 +122,7 @@ Use template tag

If you want to use web API, this step is not required. See further instructions at `Web API`_.

.. _Web API: ./docs/webAPI.rst
.. _Web API: https://github.com/abhiabhi94/django-flag-app/tree/master/docs/webAPI.rst

``render_flag_form`` tag requires 2 required positional arguments:

Expand All @@ -141,4 +142,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 e24827e

Please sign in to comment.