mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Jasmine documentation (2.8.0)
This commit is contained in:
parent
2547efffd9
commit
a92e01c731
1 changed files with 1 additions and 1 deletions
|
@ -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/',
|
||||
|
|
Loading…
Reference in a new issue