From a92e01c731483313a2cb2076e93974970a78555e Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 29 Oct 2017 14:11:09 -0400 Subject: [PATCH] Update Jasmine documentation (2.8.0) --- lib/docs/scrapers/jasmine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/jasmine.rb b/lib/docs/scrapers/jasmine.rb index 9b55eb93..bcffb684 100644 --- a/lib/docs/scrapers/jasmine.rb +++ b/lib/docs/scrapers/jasmine.rb @@ -2,7 +2,7 @@ module Docs class Jasmine < UrlScraper self.type = 'jasmine' self.release = '2.8.0' - self.base_url = 'https://jasmine.github.io/api/2.7/' + self.base_url = 'https://jasmine.github.io/api/2.8/' self.root_path = 'index.html' self.links = { home: 'https://jasmine.github.io/',