Skip to content

Commit

Permalink
Change badge link format from Markdown to reST
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Feb 9, 2020
1 parent 5b87a2c commit f892496
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
FeedGenerator
=============

[![Build Status](https://img.shields.io/github/workflow/status/getpelican/feedgenerator/build)](https://github.com/getpelican/feedgenerator/actions) [![PyPI Version](https://img.shields.io/pypi/v/feedgenerator)](https://pypi.org/project/feedgenerator/)
|githubci| |pypi|

FeedGenerator is a standalone version of Django's feedgenerator_ module.
.. |githubci| image:: https://img.shields.io/github/workflow/status/getpelican/feedgenerator/build
:target: https://github.com/getpelican/feedgenerator/actions
:alt: Build Status

.. |pypi| image:: https://img.shields.io/pypi/v/feedgenerator
:target: https://pypi.org/project/feedgenerator/
:alt: PyPI Version

FeedGenerator is a standalone version of Django’s feedgenerator_ module.
It has evolved over time and includes numerous enhancements.

.. _feedgenerator: https://github.com/django/django/blob/master/django/utils/feedgenerator.py

0 comments on commit f892496

Please sign in to comment.