[devdocsgjs/main: 1274/1867] jsdoc: update links




commit bc870ce53ce5253977109422f9494bc411d1bcb5
Author: Simon Legner <Simon Legner gmail com>
Date:   Sat Nov 21 15:50:59 2020 +0100

    jsdoc: update links

 lib/docs/scrapers/jsdoc.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lib/docs/scrapers/jsdoc.rb b/lib/docs/scrapers/jsdoc.rb
index df27e578..32799e8c 100644
--- a/lib/docs/scrapers/jsdoc.rb
+++ b/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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]