File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
assets/javascripts/templates/pages
public/icons/docs/jasmine Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ credits = [
400
400
' Jasmine' ,
401
401
' 2008-2019 Pivotal Labs' ,
402
402
' MIT' ,
403
- ' https://raw.githubusercontent.com/jasmine/jasmine/master /MIT.LICENSE'
403
+ ' https://raw.githubusercontent.com/jasmine/jasmine/main /MIT.LICENSE'
404
404
], [
405
405
' Jekyll' ,
406
406
' 2020 Jekyll Core Team and contributors' ,
Original file line number Diff line number Diff line change 1
1
module Docs
2
2
class Jasmine < UrlScraper
3
3
self . type = 'simple'
4
- self . release = '3.6.0 '
5
- self . base_url = 'https://jasmine.github.io/api/3.6 /'
4
+ self . release = '3.7.1 '
5
+ self . base_url = 'https://jasmine.github.io/api/3.7 /'
6
6
self . root_path = 'index.html'
7
7
self . links = {
8
8
home : 'https://jasmine.github.io/' ,
Original file line number Diff line number Diff line change 1
- https://github.com/jasmine/jasmine.github.io/tree/master /images
1
+ https://github.com/jasmine/jasmine.github.io/tree/main /images
You can’t perform that action at this time.
0 commit comments