Skip to content

Commit b38e396

Browse files
committed
Use https
1 parent 659ac93 commit b38e396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/ramda.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Ramda < UrlScraper
33
self.type = 'ramda'
44
self.release = '0.26.1'
5-
self.base_url = "http://ramdajs.com/#{release}/docs/"
5+
self.base_url = "https://ramdajs.com/#{release}/docs/"
66
self.links = {
77
home: 'http://ramdajs.com/',
88
code: 'https://github.com/ramda/ramda/'

0 commit comments

Comments
 (0)