From 54d0c9a01466bd791d638fad9e7c4c8c2ae8c7ca Mon Sep 17 00:00:00 2001 From: Julian Wachholz Date: Wed, 4 Jan 2017 15:37:19 +0100 Subject: [PATCH] Fix homepage url for Bottle --- lib/docs/scrapers/bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/bottle.rb b/lib/docs/scrapers/bottle.rb index 1d52c6b3..54b90bdd 100644 --- a/lib/docs/scrapers/bottle.rb +++ b/lib/docs/scrapers/bottle.rb @@ -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' }