mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Jasmine documentation (3.2.1)
This commit is contained in:
parent
9fcf5cb770
commit
3d316a20c1
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
module Docs
|
||||
class Jasmine < UrlScraper
|
||||
self.type = 'jasmine'
|
||||
self.release = '3.1.0'
|
||||
self.base_url = 'https://jasmine.github.io/api/3.0/'
|
||||
self.release = '3.2.1'
|
||||
self.base_url = 'https://jasmine.github.io/api/3.2/'
|
||||
self.root_path = 'index.html'
|
||||
self.links = {
|
||||
home: 'https://jasmine.github.io/',
|
||||
|
|
Loading…
Reference in a new issue