diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index ca6f5e37..7926154c 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -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', diff --git a/lib/docs/scrapers/jasmine.rb b/lib/docs/scrapers/jasmine.rb index faf2ec18..bdcb3626 100644 --- a/lib/docs/scrapers/jasmine.rb +++ b/lib/docs/scrapers/jasmine.rb @@ -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/', diff --git a/public/icons/docs/jasmine/SOURCE b/public/icons/docs/jasmine/SOURCE index a961dae5..f1e94049 100644 --- a/public/icons/docs/jasmine/SOURCE +++ b/public/icons/docs/jasmine/SOURCE @@ -1 +1 @@ -https://github.com/jasmine/jasmine.github.io/tree/master/images +https://github.com/jasmine/jasmine.github.io/tree/main/images