diff options
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/appengine/templates/source.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/appengine/templates/source.html b/extras/appengine/templates/source.html index 30aebc8..4b37eeb 100644 --- a/extras/appengine/templates/source.html +++ b/extras/appengine/templates/source.html @@ -6,16 +6,16 @@ <h2>Python Module</h2> <p> - The sources for the SQL parser and formatter module are currently - hosted on bitbucket. + The sources for the SQL parser and formatter module are + hosted on Google Code. To clone the repository run: <p> - <code class="pre">hg clone http://bitbucket.org/andialbrecht/python-sqlparse/</code> + <code class="pre"> hg clone http://python-sqlparse.googlecode.com/hg/ python-sqlparse</code> </p> <p> <a href="http://python-sqlparse.googlecode.com">Visit the project page</a> | - <a href="http://bitbucket.org/andialbrecht/python-sqlparse/src/">Browse the sources online</a> + <a href="http://code.google.com/p/python-sqlparse/source/browse/">Browse the sources online</a> | <a href="http://python-sqlparse.googlecode.com/svn/docs/api/index.html"> API Documentation</a> </p> |
