summaryrefslogtreecommitdiff
path: root/extras/appengine
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2009-04-27 06:09:50 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2009-04-27 06:09:50 +0200
commit8ef584ca6ff45bebd2934d712ee33f7c6bb10235 (patch)
tree2aa548eceaac77cae56d89f0a8f1789f087bea07 /extras/appengine
parent1fed923e6ccc06b09417e3026d8694328c1dd68f (diff)
downloadsqlparse-8ef584ca6ff45bebd2934d712ee33f7c6bb10235.tar.gz
Replaced github instructions with bitbucket instructions (GAE).
Diffstat (limited to 'extras/appengine')
-rw-r--r--extras/appengine/templates/source.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/extras/appengine/templates/source.html b/extras/appengine/templates/source.html
index 4988f2f..30aebc8 100644
--- a/extras/appengine/templates/source.html
+++ b/extras/appengine/templates/source.html
@@ -7,15 +7,17 @@
<h2>Python Module</h2>
<p>
The sources for the SQL parser and formatter module are currently
- hosted on Gitorious.
+ hosted on bitbucket.
To clone the repository run:
<p>
- <code class="pre">git clone git://github.com/andialbrecht/python-sqlparse.git</code>
+ <code class="pre">hg clone http://bitbucket.org/andialbrecht/python-sqlparse/</code>
</p>
<p>
<a href="http://python-sqlparse.googlecode.com">Visit the project page</a>
|
- <a href="http://gitorious.org/projects/python-sqlparse/repos/mainline/trees/master">Browse the sources online</a>
+ <a href="http://bitbucket.org/andialbrecht/python-sqlparse/src/">Browse the sources online</a>
+ |
+ <a href="http://python-sqlparse.googlecode.com/svn/docs/api/index.html"> API Documentation</a>
</p>
<p>
Some relevant parts of the Python module contain code from the