Parcourir la source

Fix homepage url for Bottle

Julian Wachholz il y a 9 ans
Parent
commit
54d0c9a014
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'
     }