Skip to content

Commit 766e4f7

Browse files
committed
Update RethinkDB documentation (2.2.5)
1 parent bf12a40 commit 766e4f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/docs/scrapers/rethinkdb.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ module Docs
22
class Rethinkdb < UrlScraper
33
self.name = 'RethinkDB'
44
self.type = 'rethinkdb'
5-
self.release = '2.2.1'
6-
self.base_url = 'http://rethinkdb.com/api/javascript/'
5+
self.release = '2.2.5'
6+
self.base_url = 'https://rethinkdb.com/api/javascript/'
77
self.links = {
8-
home: 'http://rethinkdb.com/',
8+
home: 'https://rethinkdb.com/',
99
code: 'https://github.com/rethinkdb/rethinkdb'
1010
}
1111

0 commit comments

Comments
 (0)