mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Ramda documentation (0.25.0)
This commit is contained in:
parent
7a0fa9967e
commit
e3572e0390
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Ramda < UrlScraper
|
||||
self.type = 'ramda'
|
||||
self.release = '0.24.1'
|
||||
self.release = '0.25.0'
|
||||
self.base_url = "http://ramdajs.com/#{release}/docs/"
|
||||
self.links = {
|
||||
home: 'http://ramdajs.com/',
|
||||
|
|
Loading…
Reference in a new issue