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 7d89878 commit 147745bCopy full SHA for 147745b
lib/docs/scrapers/padrino.rb
@@ -3,7 +3,7 @@ class Padrino < UrlScraper
3
self.slug = 'padrino'
4
self.type = 'rubydoc'
5
self.release = '0.14.4'
6
- self.base_url = 'http://www.rubydoc.info/github/padrino/padrino-framework/'
+ self.base_url = 'https://www.rubydoc.info/github/padrino/padrino-framework/'
7
self.root_path = 'file/README.rdoc'
8
self.initial_paths = %w(index2)
9
self.links = {
0 commit comments