From 0da4c7ad29bb9c8d224b60d2d472ac8c32ed8261 Mon Sep 17 00:00:00 2001 From: Angel Velasquez Date: Mon, 19 Sep 2016 14:50:23 -0300 Subject: [PATCH] Fix link of pypi it was taking data from polymorphic-tree instead polymorphic --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 52f52af..b1cee40 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ .. image:: https://travis-ci.org/django-polymorphic/django-polymorphic.png?branch=master :target: http://travis-ci.org/django-polymorphic/django-polymorphic -.. image:: https://img.shields.io/pypi/v/django-polymorphic-tree.svg - :target: https://pypi.python.org/pypi/django-polymorphic-tree/ +.. image:: https://img.shields.io/pypi/v/django-polymorphic.svg + :target: https://pypi.python.org/pypi/django-polymorphic/ .. image:: https://img.shields.io/codecov/c/github/django-polymorphic/django-polymorphic/master.svg :target: https://codecov.io/github/django-polymorphic/django-polymorphic?branch=master