diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 932032a6..771235aa 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -328,7 +328,7 @@ credits = [ 'https://creativecommons.org/licenses/by/3.0/' ], [ 'Godot', - '2014-2019 Juan Linietsky, Ariel Manzur, Godot Engine contributors', + '2014-2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors', 'MIT', 'https://raw.githubusercontent.com/godotengine/godot/master/LICENSE.txt' ], [ diff --git a/lib/docs/scrapers/godot.rb b/lib/docs/scrapers/godot.rb index 03f8192e..cd3a788a 100644 --- a/lib/docs/scrapers/godot.rb +++ b/lib/docs/scrapers/godot.rb @@ -17,30 +17,25 @@ module Docs options[:attribution] = ->(filter) do if filter.subpath.start_with?('classes') <<-HTML - © 2014–2019 Juan Linietsky, Ariel Manzur, Godot Engine contributors
+ © 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License. HTML else <<-HTML - © 2014–2019 Juan Linietsky, Ariel Manzur and the Godot community
+ © 2014–2020 Juan Linietsky, Ariel Manzur and the Godot community
Licensed under the Creative Commons Attribution Unported License v3.0. HTML end end - version '3.1' do - self.release = '3.1.1' - self.base_url = "http://docs.godotengine.org/en/#{self.version}/" - end - - version '3.0' do - self.release = '3.0.6' - self.base_url = "http://docs.godotengine.org/en/#{self.version}/" + version '3.2' do + self.release = '3.2.3' + self.base_url = "https://docs.godotengine.org/en/#{self.version}/" end version '2.1' do - self.release = '2.1' - self.base_url = "http://docs.godotengine.org/en/#{self.version}/" + self.release = '2.1.6' + self.base_url = "https://docs.godotengine.org/en/#{self.version}/" end def get_latest_version(opts)