diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index bf65a3db..4405aa26 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -738,7 +738,7 @@ credits = [ 'https://raw.githubusercontent.com/scala/scala-lang/master/license.md' ], [ 'scikit-image', - '2011 the scikit-image team', + '2019 the scikit-image team', 'BSD', 'http://scikit-image.org/docs/dev/license.html' ], [ diff --git a/lib/docs/scrapers/scikit_image.rb b/lib/docs/scrapers/scikit_image.rb index a5959581..59ea0f46 100644 --- a/lib/docs/scrapers/scikit_image.rb +++ b/lib/docs/scrapers/scikit_image.rb @@ -3,10 +3,10 @@ module Docs self.name = 'scikit-image' self.slug = 'scikit_image' self.type = 'sphinx' - self.release = '0.14.1' - self.base_url = 'http://scikit-image.org/docs/0.14.x/' + self.release = '0.17.2' + self.base_url = 'https://scikit-image.org/docs/0.17.x/' self.links = { - home: 'http://scikit-image.org/', + home: 'https://scikit-image.org/', code: 'https://github.com/scikit-image/scikit-image' } @@ -17,7 +17,7 @@ module Docs options[:only_patterns] = [/\Aapi/, /\Auser_guide/] options[:attribution] = <<-HTML - © 2011 the scikit-image team
+ © 2019 the scikit-image team
Licensed under the BSD 3-clause License. HTML