diff --git a/setup.py b/setup.py index d091709..2b9b0d6 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ exec(source) setup( name = 'bottle-sqlite', version = __version__, - url = 'http://bottlepy.org/docs/dev/plugins/sqlite.html', + url = 'https://github.com/bottlepy/bottle-sqlite', description = 'SQLite3 integration for Bottle.', long_description = __doc__, author = 'Marcel Hellkamp',