Skip to content

Commit 56c6fe9

Browse files
committed
Use live URL
1 parent dea577a commit 56c6fe9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/docs/scrapers/pony.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ module Docs
22
class Pony < UrlScraper
33
self.type = 'pony'
44
self.release = '0.25.0'
5-
self.base_url = 'http://localhost:2015'
6-
#self.base_url = 'https://stdlib.ponylang.io/'
5+
self.base_url = 'https://stdlib.ponylang.io/'
76

87
html_filters.push 'pony/container', 'pony/entries', 'pony/clean_html'
98
options[:attribution] = "Me"

0 commit comments

Comments
 (0)