diff --git a/README.rst b/README.rst
index 161987cfdd29c3f5d7d31cb8ab6e2d16d564bae5..0683c31eb268640dec984f5c475903cf37e27028 100644
--- a/README.rst
+++ b/README.rst
@@ -8,15 +8,15 @@ requires Python 2.4 and supports MediaWiki 1.11 and above.
 For functions not available in the current MediaWiki, a ``MediaWikiVersionError`` is raised.
 
 This framework was written by Bryan Tong Minh, who released the latest stable 
-`version 0.6.5 <//github.com/btongminh/mwclient/archive/REL_0_6_5.zip>`_ on 6 May 2011.
-The current `development version <//github.com/btongminh/mwclient>`_
+`version 0.6.5 <//github.com/mwclient/mwclient/archive/REL_0_6_5.zip>`_ on 6 May 2011.
+The current `development version <//github.com/mwclient/mwclient>`_
 can be installed directly off github:
 
 .. code-block:: console
 
-    $ pip install git+git://github.com/btongminh/mwclient.git
+    $ pip install git+git://github.com/mwclient/mwclient.git
 
-Please see the `release notes <//github.com/btongminh/mwclient/blob/master/RELEASE-NOTES.md>`_
+Please see the `release notes <//github.com/mwclient/mwclient/blob/master/RELEASE-NOTES.md>`_
 for a list of changes.
 
 Implementation notes
@@ -52,7 +52,7 @@ Example
 -------
 
 For more information, see the
-`REFERENCE.md <//github.com/btongminh/mwclient/blob/master/REFERENCE.md>`_ file.
+`REFERENCE.md <//github.com/mwclient/mwclient/blob/master/REFERENCE.md>`_ file.
 
 .. code-block:: python