diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-09-14 14:56:34 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-09-14 14:56:34 +0200 |
| commit | 4430c5c163d8b6ffc89d83b506c8a478037d26ea (patch) | |
| tree | 692b89f4580c7c8d7d42ef80427a5fc1be6660dc /docs/source | |
| parent | 358ad4b9754721f69c6b40333653bd84edb8634f (diff) | |
| download | sqlparse-4430c5c163d8b6ffc89d83b506c8a478037d26ea.tar.gz | |
Correct license link (fixes #288).
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 1a8ecd4..032318a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,7 +11,7 @@ It provides support for parsing, splitting and formatting SQL statements. The module is compatible with Python 2.7 and Python 3 (>= 3.3) and released under the terms of the `New BSD license -<http://www.opensource.org/licenses/bsd-license.php>`_. +<https://opensource.org/licenses/BSD-3-Clause>`_. Visit the project page at https://github.com/andialbrecht/sqlparse for further information about this project. |
