From 0d310f2b835d8bbed006dfb109ec34938cccc9d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= <danmichaelo@gmail.com>
Date: Tue, 17 Jun 2014 23:54:50 +0200
Subject: [PATCH] Update README.rst

- Adding note that 0.6.5 might not work with the latest MediaWiki versions
- Fix link to wiki
---
 README.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 24fbadb..13547ad 100644
--- a/README.rst
+++ b/README.rst
@@ -16,6 +16,7 @@ on 6 May 2011. Version 0.6.5 is also
 
     $ pip install mwclient
 
+Note that 0.6.5 might not work with the latest MediaWiki versions.
 The current `development version <//github.com/mwclient/mwclient>`_
 can be installed directly off github:
 
@@ -62,7 +63,7 @@ Example
 For more information, see the
 `REFERENCE.md <//github.com/mwclient/mwclient/blob/master/REFERENCE.md>`_ file
 or the 
-`documentation on the wiki <//github.com/mwclient/mwclient/wiki.`_
+`documentation on the wiki <//github.com/mwclient/mwclient/wiki>`_.
 
 .. code-block:: python
 
-- 
GitLab