We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b445c2a commit 94f6c83Copy full SHA for 94f6c83
1 file changed
lib/docs/scrapers/opentsdb.rb
@@ -2,7 +2,7 @@ module Docs
2
class Opentsdb < UrlScraper
3
self.name = 'OpenTSDB'
4
self.type = 'sphinx_simple'
5
- self.release = '2.2.1'
+ self.release = '2.3.0'
6
self.base_url = 'http://opentsdb.net/docs/build/html/'
7
self.root_path = 'index.html'
8
self.links = {
0 commit comments