Skip to content

Commit 147745b

Browse files
committed
Use https
1 parent 7d89878 commit 147745b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/padrino.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Padrino < UrlScraper
33
self.slug = 'padrino'
44
self.type = 'rubydoc'
55
self.release = '0.14.4'
6-
self.base_url = 'http://www.rubydoc.info/github/padrino/padrino-framework/'
6+
self.base_url = 'https://www.rubydoc.info/github/padrino/padrino-framework/'
77
self.root_path = 'file/README.rdoc'
88
self.initial_paths = %w(index2)
99
self.links = {

0 commit comments

Comments
 (0)