We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba55b36 commit bc870ceCopy full SHA for bc870ce
lib/docs/scrapers/jsdoc.rb
@@ -3,11 +3,11 @@ class Jsdoc < UrlScraper
3
self.name = 'JSDoc'
4
self.type = 'simple'
5
self.release = '3.5.5'
6
- self.base_url = 'http://usejsdoc.org/'
+ self.base_url = 'https://jsdoc.app/'
7
self.root_path = 'index.html'
8
self.links = {
9
- home: 'http://usejsdoc.org/',
10
- code: 'https://github.com/jsdoc3/jsdoc'
+ home: 'https://jsdoc.app/',
+ code: 'https://github.com/jsdoc/jsdoc'
11
}
12
13
html_filters.push 'jsdoc/clean_html', 'jsdoc/entries'
@@ -23,7 +23,7 @@ class Jsdoc < UrlScraper
23
HTML
24
25
def get_latest_version(opts)
26
- get_latest_github_release('jsdoc3', 'jsdoc', opts)
+ get_latest_github_release('jsdoc', 'jsdoc', opts)
27
end
28
29
0 commit comments