Fix homepage url for Bottle

pull/565/head
Julian Wachholz 8 years ago committed by GitHub
parent f94e59e549
commit e044adf782

@ -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