소스 검색

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