Skip to content

Commit

Permalink
Fix broken badge links..
Browse files Browse the repository at this point in the history
  • Loading branch information
hhursev committed Sep 22, 2019
1 parent bc5a247 commit 09e9169
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
.. image:: https://img.shields.io/pypi/v/recipe-scrapers.svg?
:target https://pypi.org/project/recipe-scrapers/
:alt: PyPi
.. image:: https://img.shields.io/pypi/v/recipe-scrapers.svg
:target: https://pypi.org/project/recipe-scrapers/
:alt: Version
.. image:: https://travis-ci.org/hhursev/recipe-scrapers.svg?branch=master
:target: https://travis-ci.org/hhursev/recipe-scrapers
:alt: Travis
.. image:: https://coveralls.io/repos/hhursev/recipe-scraper/badge.svg?branch=master&service=github
:target https://coveralls.io/github/hhursev/recipe-scraper?branch=master
:target: https://coveralls.io/github/hhursev/recipe-scraper?branch=master
:alt: Coveralls
.. image:: https://img.shields.io/github/license/hhursev/recipe-scrapers?
:target https://github.com/hhursev/recipe-scrapers/blob/master/LICENSE
:alt License
:target: https://github.com/hhursev/recipe-scrapers/blob/master/LICENSE
:alt: License
.. image:: https://img.shields.io/github/stars/hhursev/recipe-scrapers?style=social
:target https://github.com/hhursev/recipe-scrapers/
:alt Github
:target: https://github.com/hhursev/recipe-scrapers/
:alt: Github


------


A simple web scraping tool for recipe sites.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name="recipe_scrapers",
url="https://github.com/hhursev/recipe-scrapers/",
version="5.0.0",
version="5.0.1",
author="Hristo Harsev",
author_email="r+pypi@hharsev.com",
description="Python package, scraping recipes from all over the internet",
Expand Down

0 comments on commit 09e9169

Please sign in to comment.