Browse Source

Fix homepage url for Bottle

Julian Wachholz 9 years ago
parent
commit
54d0c9a014
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/bottle.rb

+ 1 - 1
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'
     }