File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ], [
Original file line number Diff line number Diff 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- © 2010–2015 The OpenTSDB Authors< br >
18+ © 2010–2016 The OpenTSDB Authors< br >
1919 Licensed under the GNU LGPLv2.1+ and GPLv3+ licenses.
2020 HTML
2121 end
You can’t perform that action at this time.
0 commit comments