1
0
Simon Legner 5 жил өмнө
parent
commit
bc870ce53c

+ 4 - 4
lib/docs/scrapers/jsdoc.rb

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