Skip to content

Commit bc870ce

Browse files
committed
jsdoc: update links
1 parent ba55b36 commit bc870ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/docs/scrapers/jsdoc.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ class Jsdoc < UrlScraper
33
self.name = 'JSDoc'
44
self.type = 'simple'
55
self.release = '3.5.5'
6-
self.base_url = 'http://usejsdoc.org/'
6+
self.base_url = 'https://jsdoc.app/'
77
self.root_path = 'index.html'
88
self.links = {
9-
home: 'http://usejsdoc.org/',
10-
code: 'https://github.com/jsdoc3/jsdoc'
9+
home: 'https://jsdoc.app/',
10+
code: 'https://github.com/jsdoc/jsdoc'
1111
}
1212

1313
html_filters.push 'jsdoc/clean_html', 'jsdoc/entries'
@@ -23,7 +23,7 @@ class Jsdoc < UrlScraper
2323
HTML
2424

2525
def get_latest_version(opts)
26-
get_latest_github_release('jsdoc3', 'jsdoc', opts)
26+
get_latest_github_release('jsdoc', 'jsdoc', opts)
2727
end
2828
end
2929
end

0 commit comments

Comments
 (0)