Update RethinkDB documentation (2.2.5)

pull/359/merge
Thibaut Courouble 9 years ago
parent bf12a40da6
commit 766e4f751a

@ -2,10 +2,10 @@ module Docs
class Rethinkdb < UrlScraper class Rethinkdb < UrlScraper
self.name = 'RethinkDB' self.name = 'RethinkDB'
self.type = 'rethinkdb' self.type = 'rethinkdb'
self.release = '2.2.1' self.release = '2.2.5'
self.base_url = 'http://rethinkdb.com/api/javascript/' self.base_url = 'https://rethinkdb.com/api/javascript/'
self.links = { self.links = {
home: 'http://rethinkdb.com/', home: 'https://rethinkdb.com/',
code: 'https://github.com/rethinkdb/rethinkdb' code: 'https://github.com/rethinkdb/rethinkdb'
} }

Loading…
Cancel
Save