summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2009-05-29 06:14:42 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2009-05-29 06:14:42 +0200
commit71452eb02de3bf1ff3e14d217514af9c1a624c98 (patch)
tree0230e898fc362d217320b088c2ced50888456983 /docs
parent895f021a0515dbf948efb1dfe960c0aa63cd160d (diff)
downloadsqlparse-71452eb02de3bf1ff3e14d217514af9c1a624c98.tar.gz
Replaced bitbucket links with links to Google Code.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/intro.rst8
1 files changed, 3 insertions, 5 deletions
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.