Selaa lähdekoodia

Update Jasmine documentation (2.8.0)

Thibaut Courouble 8 vuotta sitten
vanhempi
commit
a92e01c731
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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/',