瀏覽代碼

Use live URL

Harm Aarts 7 年之前
父節點
當前提交
56c6fe95af
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lib/docs/scrapers/pony.rb

+ 1 - 2
lib/docs/scrapers/pony.rb

@@ -2,8 +2,7 @@ module Docs
   class Pony < UrlScraper
     self.type = 'pony'
     self.release = '0.25.0'
-    self.base_url = 'http://localhost:2015'
-    #self.base_url = 'https://stdlib.ponylang.io/'
+    self.base_url = 'https://stdlib.ponylang.io/'
 
     html_filters.push 'pony/container', 'pony/entries', 'pony/clean_html'
     options[:attribution] = "Me"