Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Switched broken pypip.in badges to shields.io #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ library requires the python-oauth2 to handle the authentication.
.. image:: https://secure.travis-ci.org/aweber/AWeber-API-Python-Library.png?branch=master
:target: https://secure.travis-ci.org/aweber/AWeber-API-Python-Library

.. image:: https://pypip.in/v/aweber_api/badge.png
.. image:: https://img.shields.io/pypi/v/aweber_api.svg
:target: https://pypi.python.org/pypi/aweber_api/
:alt: Latest Version

.. image:: https://pypip.in/license/aweber_api/badge.png
.. image:: https://img.shields.io/pypi/l/aweber_api.svg
:target: https://pypi.python.org/pypi/aweber_api/
:alt: License

Expand Down