Procházet zdrojové kódy

Update RequireJS documentation (2.3.1)

Thibaut Courouble před 9 roky
rodič
revize
e0a211ea6e
1 změnil soubory, kde provedl 5 přidání a 4 odebrání
  1. 5 4
      lib/docs/scrapers/requirejs.rb

+ 5 - 4
lib/docs/scrapers/requirejs.rb

@@ -2,11 +2,11 @@ module Docs
   class Requirejs < UrlScraper
     self.name = 'RequireJS'
     self.type = 'requirejs'
-    self.release = '2.2.0'
-    self.base_url = 'https://requirejs.org/docs/'
+    self.release = '2.3.1'
+    self.base_url = 'http://requirejs.org/docs/'
     self.links = {
-      home: 'https://requirejs.org/',
-      code: 'https://github.com/jrburke/requirejs'
+      home: 'http://requirejs.org/',
+      code: 'https://github.com/requirejs/requirejs'
     }
     self.root_path = 'api.html'
     self.initial_paths = %w(
@@ -15,6 +15,7 @@ module Docs
       node.html
       dojo.html
       commonjs.html
+      errors.html
       plugins.html
       why.html
       whyamd.html)