Update Twig documentation (2.4.3, 1.34.3)

pull/647/head
Thibaut Courouble 8 years ago
parent 114da4de51
commit 717d1b37cc

@ -602,7 +602,7 @@ credits = [
'Twig', 'Twig',
'2009-2017 The Twig Team', '2009-2017 The Twig Team',
'BSD', 'BSD',
'http://twig.sensiolabs.org/license' 'https://twig.sensiolabs.org/license'
], [ ], [
'TypeScript', 'TypeScript',
'Microsoft and other contributors', 'Microsoft and other contributors',

@ -4,7 +4,7 @@ module Docs
self.root_path = 'index.html' self.root_path = 'index.html'
self.initial_paths = %w(extensions/index.html) self.initial_paths = %w(extensions/index.html)
self.links = { self.links = {
home: 'http://twig.sensiolabs.org/', home: 'https://twig.sensiolabs.org/',
code: 'https://github.com/twigphp/Twig' code: 'https://github.com/twigphp/Twig'
} }
@ -20,13 +20,13 @@ module Docs
options[:skip] = %w(deprecated.html advanced_legacy.html) options[:skip] = %w(deprecated.html advanced_legacy.html)
version '2' do version '2' do
self.release = '2.3.0' self.release = '2.4.3'
self.base_url = 'http://twig.sensiolabs.org/doc/2.x/' self.base_url = 'https://twig.sensiolabs.org/doc/2.x/'
end end
version '1' do version '1' do
self.release = '1.33.0' self.release = '1.34.3'
self.base_url = 'http://twig.sensiolabs.org/doc/1.x/' self.base_url = 'https://twig.sensiolabs.org/doc/1.x/'
end end
end end
end end

Loading…
Cancel
Save