We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcab30c commit 8f8ffdeCopy full SHA for 8f8ffde
docs/source/intro.rst
@@ -123,13 +123,13 @@ To check out the latest sources of this module run
123
124
.. code-block:: bash
125
126
- $ hg clone http://python-sqlparse.googlecode.com/hg/ python-sqlparse
+ $ git clone git://github.com/andialbrecht/sqlparse.git
127
128
129
to check out the latest sources from the Mercurial repository.
130
131
Please file bug reports and feature requests on the project site at
132
-http://code.google.com/p/python-sqlparse/issues/entry or if you have
+https://github.com/andialbrecht/sqlparse/issues/new or if you have
133
code to contribute upload it to http://codereview.appspot.com and
134
add [email protected] as reviewer.
135
0 commit comments