jsdoc: update links

pull/1368/head
Simon Legner 4 years ago
parent ba55b362f5
commit bc870ce53c

@ -3,11 +3,11 @@ module Docs
self.name = 'JSDoc' self.name = 'JSDoc'
self.type = 'simple' self.type = 'simple'
self.release = '3.5.5' self.release = '3.5.5'
self.base_url = 'http://usejsdoc.org/' self.base_url = 'https://jsdoc.app/'
self.root_path = 'index.html' self.root_path = 'index.html'
self.links = { self.links = {
home: 'http://usejsdoc.org/', home: 'https://jsdoc.app/',
code: 'https://github.com/jsdoc3/jsdoc' code: 'https://github.com/jsdoc/jsdoc'
} }
html_filters.push 'jsdoc/clean_html', 'jsdoc/entries' html_filters.push 'jsdoc/clean_html', 'jsdoc/entries'
@ -23,7 +23,7 @@ module Docs
HTML HTML
def get_latest_version(opts) def get_latest_version(opts)
get_latest_github_release('jsdoc3', 'jsdoc', opts) get_latest_github_release('jsdoc', 'jsdoc', opts)
end end
end end
end end

Loading…
Cancel
Save