We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf12a40 commit 766e4f7Copy full SHA for 766e4f7
1 file changed
lib/docs/scrapers/rethinkdb.rb
@@ -2,10 +2,10 @@ module Docs
2
class Rethinkdb < UrlScraper
3
self.name = 'RethinkDB'
4
self.type = 'rethinkdb'
5
- self.release = '2.2.1'
6
- self.base_url = 'http://rethinkdb.com/api/javascript/'
+ self.release = '2.2.5'
+ self.base_url = 'https://rethinkdb.com/api/javascript/'
7
self.links = {
8
- home: 'http://rethinkdb.com/',
+ home: 'https://rethinkdb.com/',
9
code: 'https://github.com/rethinkdb/rethinkdb'
10
}
11
0 commit comments