From b014c69daf44274d292fde7123c2230eb675e8ec Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 19 Nov 2017 00:47:47 +0200 Subject: [PATCH] Oops. Change issues badge URL. --- README.md | 7 ++++++- README.rst | 2 +- docs/source/index.rst | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 404784e4..42c9c685 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # AIOGram -[![Documentation Status](https://readthedocs.org/projects/aiogram/badge/?version=latest)](http://aiogram.readthedocs.io/en/latest/?badge=latest) +[![PyPi Package Version](https://img.shields.io/pypi/v/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) +[![PyPi status](https://img.shields.io/pypi/status/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) +[![Supported python versions](https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) +[![Documentation Status](https://img.shields.io/readthedocs/pip/stable.svg?style=flat-square)](http://aiogram.readthedocs.io/en/latest/?badge=latest) +[![Github issues](https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square)](https://github.com/aiogram/aiogram/issues) +[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT) **aiogram** is are pretty simple and fully asynchronously library for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.6 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps to make your bots more faster and simpler. diff --git a/README.rst b/README.rst index bc1a0634..39c2edf0 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ AIOGramBot :target: http://aiogram.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. image:: https://img.shields.io/github/issues/badges/shields.svg?style=flat-square +.. image:: https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square :target: https://github.com/aiogram/aiogram/issues :alt: Github issues diff --git a/docs/source/index.rst b/docs/source/index.rst index 727ae8eb..527a4409 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,7 +18,7 @@ Welcome to aiogram's documentation! :target: http://aiogram.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status - .. image:: https://img.shields.io/github/issues/badges/shields.svg?style=flat-square + .. image:: https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square :target: https://github.com/aiogram/aiogram/issues :alt: Github issues