Skip to content

Commit 71452eb

Browse files
committed
Replaced bitbucket links with links to Google Code.
1 parent 895f021 commit 71452eb

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Links
2424
-----
2525

2626
Project Page: http://python-sqlparse.googlecode.com
27-
Source Code: http://bitbucket.org/andialbrecht/python-sqlparse
2827
Documentation: http://python-sqlparse.googlecode.com/svn/docs/api/index.html
2928
Discussions: http://groups.google.com/group/sqlparse
3029
Issues/Bugs: http://code.google.com/p/python-sqlparse/issues/list

docs/source/intro.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,12 @@ Details of the returned objects are described in :ref:`analyze`.
119119
Development & 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

extras/appengine/templates/source.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)