Skip to content

Commit 8f8ffde

Browse files
committed
Fix project links in docs.
1 parent dcab30c commit 8f8ffde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ To check out the latest sources of this module run
123123

124124
.. code-block:: bash
125125
126-
$ hg clone http://python-sqlparse.googlecode.com/hg/ python-sqlparse
126+
$ git clone git://github.com/andialbrecht/sqlparse.git
127127
128128
129129
to check out the latest sources from the Mercurial repository.
130130

131131
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
132+
https://github.com/andialbrecht/sqlparse/issues/new or if you have
133133
code to contribute upload it to http://codereview.appspot.com and
134134
add [email protected] as reviewer.
135135

0 commit comments

Comments
 (0)