Skip to content

Commit d1f51ae

Browse files
committed
Update OpenTSDB documentation (2.2.0)
1 parent 70688f9 commit d1f51ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ credits = [
311311
'https://raw.githubusercontent.com/npm/npm/master/LICENSE'
312312
], [
313313
'OpenTSDB',
314-
'2010-2015 The OpenTSDB Authors',
314+
'2010-2016 The OpenTSDB Authors',
315315
'LGPLv2.1',
316316
'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
317317
], [

lib/docs/scrapers/opentsdb.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Opentsdb < UrlScraper
33
self.name = 'OpenTSDB'
44
self.type = 'sphinx_simple'
5-
self.release = '2.1.0'
5+
self.release = '2.2.0'
66
self.base_url = 'http://opentsdb.net/docs/build/html/'
77
self.root_path = 'index.html'
88
self.links = {
@@ -15,7 +15,7 @@ class Opentsdb < UrlScraper
1515
options[:skip] = %w(genindex.html search.html)
1616

1717
options[:attribution] = <<-HTML
18-
&copy; 2010&ndash;2015 The OpenTSDB Authors<br>
18+
&copy; 2010&ndash;2016 The OpenTSDB Authors<br>
1919
Licensed under the GNU LGPLv2.1+ and GPLv3+ licenses.
2020
HTML
2121
end

0 commit comments

Comments
 (0)