We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea577a commit 56c6fe9Copy full SHA for 56c6fe9
lib/docs/scrapers/pony.rb
@@ -2,8 +2,7 @@ module Docs
2
class Pony < UrlScraper
3
self.type = 'pony'
4
self.release = '0.25.0'
5
- self.base_url = 'http://localhost:2015'
6
- #self.base_url = 'https://stdlib.ponylang.io/'
+ self.base_url = 'https://stdlib.ponylang.io/'
7
8
html_filters.push 'pony/container', 'pony/entries', 'pony/clean_html'
9
options[:attribution] = "Me"
0 commit comments