Browse Source

Update Jasmine documentation (2.8.0)

Thibaut Courouble 8 năm trước cách đây
mục cha
commit
a92e01c731
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/docs/scrapers/jasmine.rb

+ 1 - 1
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/',