diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index b62ac372..8861fbe4 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -387,9 +387,9 @@ credits = [ 'https://raw.githubusercontent.com/Shopify/liquid/master/LICENSE' ], [ 'Lo-Dash', - '2012-2016 The Dojo Foundation', + 'JS Foundation and other contributors', 'MIT', - 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE.txt' + 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE' ], [ 'Lua', '1994–2017 Lua.org, PUC-Rio', diff --git a/lib/docs/scrapers/lodash.rb b/lib/docs/scrapers/lodash.rb index b7d565a3..c809c7af 100644 --- a/lib/docs/scrapers/lodash.rb +++ b/lib/docs/scrapers/lodash.rb @@ -14,12 +14,12 @@ module Docs options[:skip_links] = true options[:attribution] = <<-HTML - © 2012–2016 The Dojo Foundation
+ © JS Foundation and other contributors
Licensed under the MIT License. HTML version '4' do - self.release = '4.17.4' + self.release = '4.17.5' self.base_url = "https://lodash.com/docs/#{release}" end