Explorar el Código

Fix homepage url for Bottle

Julian Wachholz hace 9 años
padre
commit
54d0c9a014
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
     }