瀏覽代碼

Fix homepage url for Bottle

Julian Wachholz 9 年之前
父節點
當前提交
54d0c9a014
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'
     }