diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-27 06:09:50 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-27 06:09:50 +0200 |
| commit | 8ef584ca6ff45bebd2934d712ee33f7c6bb10235 (patch) | |
| tree | 2aa548eceaac77cae56d89f0a8f1789f087bea07 | |
| parent | 1fed923e6ccc06b09417e3026d8694328c1dd68f (diff) | |
| download | sqlparse-8ef584ca6ff45bebd2934d712ee33f7c6bb10235.tar.gz | |
Replaced github instructions with bitbucket instructions (GAE).
| -rw-r--r-- | extras/appengine/templates/source.html | 8 |
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 |
