diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2012-11-13 05:36:04 +0100 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2012-11-13 05:36:04 +0100 |
commit | 8f8ffde983c31ce65496ca25149e80d337a58ded (patch) | |
tree | 0e7f5d45cf067701dd2d17055aab624176d61d2f /docs/source | |
parent | dcab30c6387265dcbcbedfa2d515917ffc88d036 (diff) | |
download | sqlparse-8f8ffde983c31ce65496ca25149e80d337a58ded.tar.gz |
Fix project links in docs.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/intro.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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. |