mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update RethinkDB documentation (2.2.1)
This commit is contained in:
parent
d50a5a6077
commit
e6c7d6c894
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Rethinkdb < UrlScraper
|
||||
self.name = 'RethinkDB'
|
||||
self.type = 'rethinkdb'
|
||||
self.version = '2.1.2'
|
||||
self.version = '2.2.1'
|
||||
self.base_url = 'http://rethinkdb.com/api/javascript/'
|
||||
self.links = {
|
||||
home: 'http://rethinkdb.com/',
|
||||
|
|
Loading…
Reference in a new issue