From 6126d5eeb302941c87ff1affb4728ce74e1455b8 Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Mon, 2 Sep 2019 23:47:01 +0200 Subject: [PATCH] Update Async documentation (3.0.1) --- lib/docs/scrapers/async.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/async.rb b/lib/docs/scrapers/async.rb index 61615b54..ab13a935 100644 --- a/lib/docs/scrapers/async.rb +++ b/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/',