diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-05-29 06:14:42 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-05-29 06:14:42 +0200 |
| commit | 71452eb02de3bf1ff3e14d217514af9c1a624c98 (patch) | |
| tree | 0230e898fc362d217320b088c2ced50888456983 | |
| parent | 895f021a0515dbf948efb1dfe960c0aa63cd160d (diff) | |
| download | sqlparse-71452eb02de3bf1ff3e14d217514af9c1a624c98.tar.gz | |
Replaced bitbucket links with links to Google Code.
| -rw-r--r-- | README | 1 | ||||
| -rw-r--r-- | docs/source/intro.rst | 8 | ||||
| -rw-r--r-- | extras/appengine/templates/source.html | 8 |
3 files changed, 7 insertions, 10 deletions
@@ -24,7 +24,6 @@ Links ----- Project Page: http://python-sqlparse.googlecode.com -Source Code: http://bitbucket.org/andialbrecht/python-sqlparse Documentation: http://python-sqlparse.googlecode.com/svn/docs/api/index.html Discussions: http://groups.google.com/group/sqlparse Issues/Bugs: http://code.google.com/p/python-sqlparse/issues/list diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 931659f..8a8e6dd 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -119,14 +119,12 @@ Details of the returned objects are described in :ref:`analyze`. Development & Contributing -------------------------- -The source code of this module is hosted on -`bitbucket.org <http://bitbucket.org/andialbrecht/python-sqlparse/>`_. - -Run +To check out the latest sources of this module run .. code-block:: bash - $ hg clone http://bitbucket.org/andialbrecht/python-sqlparse/ + $ hg clone http://python-sqlparse.googlecode.com/hg/ python-sqlparse + to check out the latest sources from the Mercurial repository. 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> |
