Skip to content

Commit 633262a

Browse files
committed
Update Jasmine documentation (3.7.1)
1 parent 3c407a8 commit 633262a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ credits = [
400400
'Jasmine',
401401
'2008-2019 Pivotal Labs',
402402
'MIT',
403-
'https://raw.githubusercontent.com/jasmine/jasmine/master/MIT.LICENSE'
403+
'https://raw.githubusercontent.com/jasmine/jasmine/main/MIT.LICENSE'
404404
], [
405405
'Jekyll',
406406
'2020 Jekyll Core Team and contributors',

lib/docs/scrapers/jasmine.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Docs
22
class Jasmine < UrlScraper
33
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/'
66
self.root_path = 'index.html'
77
self.links = {
88
home: 'https://jasmine.github.io/',

public/icons/docs/jasmine/SOURCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/jasmine/jasmine.github.io/tree/master/images
1+
https://github.com/jasmine/jasmine.github.io/tree/main/images

0 commit comments

Comments
 (0)