From 40ef64f3d3bba2f88ac67b5fe2ce95b7be71b451 Mon Sep 17 00:00:00 2001
From: Waldir Pimenta <waldyrious@gmail.com>
Date: Mon, 24 Oct 2016 04:02:33 +0100
Subject: [PATCH] fix link to changelog; replace issuestats badge

The issuestats service has always been quite fragile, and the badge was often a broken image.
Changing to isitmaintained badge, which (appropriately enough) seems to be better maintained.
---
 README.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 45658cb..d137cde 100644
--- a/README.rst
+++ b/README.rst
@@ -34,8 +34,8 @@ mwclient
    :target: http://mwclient.readthedocs.io/en/latest/
    :alt: Documentation status
 
-.. image:: http://issuestats.com/github/mwclient/mwclient/badge/pr?style=flat
-   :target: http://issuestats.com/github/mwclient/mwclient
+.. image:: http://isitmaintained.com/badge/resolution/tldr-pages/tldr.svg
+   :target: http://isitmaintained.com/project/tldr-pages/tldr
    :alt: Issue statistics
 
 mwclient is a lightweight Python client library to the `MediaWiki API <https://mediawiki.org/wiki/API>`_
@@ -58,7 +58,7 @@ can be installed from GitHub:
     $ pip install git+git://github.com/mwclient/mwclient.git
 
 Please see the
-`release notes <https://github.com/mwclient/mwclient/blob/master/RELEASE-NOTES.md>`_
+`changelog document <https://github.com/mwclient/mwclient/blob/master/CHANGELOG.md>`_
 for a list of changes.
 
 Getting started
-- 
GitLab