mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
fixed badges
This commit is contained in:
parent
e5daf10e9d
commit
e8383e7bb0
1 changed files with 6 additions and 6 deletions
12
readme.rst
12
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 <http://django-mailbox.readthedocs.org/>`_.
|
||||
- Please post issues on
|
||||
`Github <http://github.com/coddingtonbear/django-mailbox/issues>`_.
|
||||
- Test status available on
|
||||
`Travis-CI <https://travis-ci.org/coddingtonbear/django-mailbox>`_.
|
||||
- Test status available under actions tab
|
||||
`Actions <https://github.com/coddingtonbear/django-mailbox/actions>`_.
|
||||
|
||||
|
||||
.. image:: https://badges.gitter.im/Join%20Chat.svg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue