File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424-----
2525
2626Project Page: http://python-sqlparse.googlecode.com
27- Source Code: http://bitbucket.org/andialbrecht/python-sqlparse
2827Documentation: http://python-sqlparse.googlecode.com/svn/docs/api/index.html
2928Discussions: http://groups.google.com/group/sqlparse
3029Issues/Bugs: http://code.google.com/p/python-sqlparse/issues/list
Original file line number Diff line number Diff line change @@ -119,14 +119,12 @@ Details of the returned objects are described in :ref:`analyze`.
119119Development & Contributing
120120--------------------------
121121
122- The source code of this module is hosted on
123- `bitbucket.org <http://bitbucket.org/andialbrecht/python-sqlparse/ >`_.
124-
125- Run
122+ To check out the latest sources of this module run
126123
127124.. code-block :: bash
128125
129- $ hg clone http://bitbucket.org/andialbrecht/python-sqlparse/
126+ $ hg clone http://python-sqlparse.googlecode.com/hg/ python-sqlparse
127+
130128
131129 to check out the latest sources from the Mercurial repository.
132130
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ <h1>Source Code</h1>
66
77 < h2 > Python Module</ h2 >
88 < p >
9- The sources for the SQL parser and formatter module are currently
10- hosted on bitbucket .
9+ The sources for the SQL parser and formatter module are
10+ hosted on Google Code .
1111 To clone the repository run:
1212 < p >
13- < code class ="pre "> hg clone http://bitbucket.org/andialbrecht/ python-sqlparse/ </ code >
13+ < code class ="pre "> hg clone http://python-sqlparse.googlecode.com/hg/ python-sqlparse</ code >
1414 </ p >
1515 < p >
1616 < a href ="http://python-sqlparse.googlecode.com "> Visit the project page</ a >
1717 |
18- < a href ="http://bitbucket.org/andialbrecht /python-sqlparse/src / "> Browse the sources online</ a >
18+ < a href ="http://code.google.com/p /python-sqlparse/source/browse / "> Browse the sources online</ a >
1919 |
2020 < a href ="http://python-sqlparse.googlecode.com/svn/docs/api/index.html "> API Documentation</ a >
2121 </ p >
You can’t perform that action at this time.
0 commit comments