Explorar el Código

Update Async documentation (3.0.1)

Jasper van Merle hace 6 años
padre
commit
6126d5eeb3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lib/docs/scrapers/async.rb

+ 2 - 2
lib/docs/scrapers/async.rb

@@ -1,8 +1,8 @@
 module Docs
   class Async < UrlScraper
     self.type = 'async'
-    self.release = '2.6.1'
-    self.base_url = 'https://caolan.github.io/async/'
+    self.release = '3.0.1'
+    self.base_url = 'https://caolan.github.io/async/v3/'
     self.root_path = 'docs.html'
     self.links = {
       home: 'https://caolan.github.io/async/',