From e8383e7bb0821402d1132f6a69bceaad25e1dc16 Mon Sep 17 00:00:00 2001 From: Fleur Dragan Date: Tue, 16 Aug 2022 19:50:00 -0500 Subject: [PATCH] fixed badges --- readme.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.rst b/readme.rst index 7955f5b..e49091f 100644 --- a/readme.rst +++ b/readme.rst @@ -1,13 +1,13 @@ .. image:: https://github.com/fleur/django-mailbox/actions/workflows/ci.yaml/badge.svg - :target: https://github.com/fleur/django-mailbox/commit/$GITHUB_SHA/checks -.. image:: https://badge.fury.io/py/django-mailbox.png - :target: http://badge.fury.io/py/django-mailbox +.. image:: https://badge.fury.io/py/django-mailbox.svg + :target: https://badge.fury.io/py/django-mailbox -.. image:: https://pypip.in/d/django-mailbox/badge.png +.. image:: https://img.shields.io/pypi/dm/django-mailbox :target: https://pypi.python.org/pypi/django-mailbox + Easily ingest messages from POP3, IMAP, or local mailboxes into your Django application. This app allows you to either ingest e-mail content from common e-mail services (as long as the service provides POP3 or IMAP support), @@ -20,8 +20,8 @@ or -- if you're in a hurry -- by using a signal receiver. `ReadTheDocs `_. - Please post issues on `Github `_. -- Test status available on - `Travis-CI `_. +- Test status available under actions tab + `Actions `_. .. image:: https://badges.gitter.im/Join%20Chat.svg