mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update RethinkDB documentation (1.16.0)
This commit is contained in:
parent
d8ada26d08
commit
b01d530100
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 = '1.15.2'
|
||||
self.version = '1.16.0'
|
||||
self.base_url = 'http://rethinkdb.com/api/javascript/'
|
||||
|
||||
html_filters.push 'rethinkdb/entries', 'rethinkdb/clean_html'
|
||||
|
|
Loading…
Reference in a new issue