mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Jasmine documentation (3.7.1)
This commit is contained in:
parent
3c407a8ea6
commit
633262ac06
3 changed files with 4 additions and 4 deletions
|
@ -400,7 +400,7 @@ credits = [
|
|||
'Jasmine',
|
||||
'2008-2019 Pivotal Labs',
|
||||
'MIT',
|
||||
'https://raw.githubusercontent.com/jasmine/jasmine/master/MIT.LICENSE'
|
||||
'https://raw.githubusercontent.com/jasmine/jasmine/main/MIT.LICENSE'
|
||||
], [
|
||||
'Jekyll',
|
||||
'2020 Jekyll Core Team and contributors',
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
module Docs
|
||||
class Jasmine < UrlScraper
|
||||
self.type = 'simple'
|
||||
self.release = '3.6.0'
|
||||
self.base_url = 'https://jasmine.github.io/api/3.6/'
|
||||
self.release = '3.7.1'
|
||||
self.base_url = 'https://jasmine.github.io/api/3.7/'
|
||||
self.root_path = 'index.html'
|
||||
self.links = {
|
||||
home: 'https://jasmine.github.io/',
|
||||
|
|
|
@ -1 +1 @@
|
|||
https://github.com/jasmine/jasmine.github.io/tree/master/images
|
||||
https://github.com/jasmine/jasmine.github.io/tree/main/images
|
||||
|
|
Loading…
Reference in a new issue