Explorar el Código

Update Jasmine documentation (2.8.0)

Thibaut Courouble hace 8 años
padre
commit
a92e01c731
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/',