From 3f61d2784150dc05f9390db98ec9b9cb0b0da376 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 12 May 2014 21:13:11 -0700 Subject: [PATCH] Fix broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6681dbc..f5a9e0b3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ mysqlclient [![Build Status](https://secure.travis-ci.org/PyMySQL/mysqlclient-python.png)](http://travis-ci.org/PyMySQL/mysqlclient-python) -This is a fork of [MySQLdb1](farcepest/MySQLdb1). +This is a fork of [MySQLdb1](https://github.com/farcepest/MySQLdb1). This project adds Python 3 support and bug fixes. I hope this fork is merged back to MySQLdb1 like distribute was merged back to setuptools.