Fix homepage url for Bottle

pull/570/head
Julian Wachholz 8 years ago committed by Thibaut Courouble
parent 4da0caf512
commit 54d0c9a014

@ -3,7 +3,7 @@ module Docs
self.type = 'sphinx'
self.root_path = 'index.html'
self.links = {
home: 'https://bottle.org/',
home: 'https://bottlepy.org/',
code: 'https://github.com/bottlepy/bottle'
}

Loading…
Cancel
Save