From 8f8ffde983c31ce65496ca25149e80d337a58ded Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Tue, 13 Nov 2012 05:36:04 +0100 Subject: Fix project links in docs. --- docs/source/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source') diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 8a8e6dd..9751fa2 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -123,13 +123,13 @@ To check out the latest sources of this module run .. code-block:: bash - $ hg clone http://python-sqlparse.googlecode.com/hg/ python-sqlparse + $ git clone git://github.com/andialbrecht/sqlparse.git to check out the latest sources from the Mercurial repository. Please file bug reports and feature requests on the project site at -http://code.google.com/p/python-sqlparse/issues/entry or if you have +https://github.com/andialbrecht/sqlparse/issues/new or if you have code to contribute upload it to http://codereview.appspot.com and add albrecht.andi@googlemail.com as reviewer. -- cgit v1.2.1