From f8924961bdcc042db8bd286f22ba60c787fd8bb7 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 9 Feb 2020 12:04:05 +0100 Subject: [PATCH] Change badge link format from Markdown to reST --- README.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index db5e094..96eebd1 100644 --- a/README.rst +++ b/README.rst @@ -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