mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update CodeIgniter documentation (4.1.5)
This commit is contained in:
parent
b465785fad
commit
b87359ad22
2 changed files with 4 additions and 4 deletions
|
@ -183,7 +183,7 @@ credits = [
|
|||
'https://raw.githubusercontent.com/Codeception/CodeceptJS/master/LICENSE'
|
||||
], [
|
||||
'CodeIgniter',
|
||||
'2014-2020 British Columbia Institute of Technology',
|
||||
'2014-2021 British Columbia Institute of Technology',
|
||||
'MIT',
|
||||
'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
|
||||
], [
|
||||
|
|
|
@ -29,13 +29,13 @@ module Docs
|
|||
]
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2014–2020 British Columbia Institute of Technology<br>
|
||||
© 2014–2021 British Columbia Institute of Technology<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
|
||||
version '4' do
|
||||
self.release = '4.0.4'
|
||||
self.base_url = 'https://codeigniter.com/userguide4/'
|
||||
self.release = '4.1.5'
|
||||
self.base_url = 'https://codeigniter.com/user_guide/'
|
||||
|
||||
options[:container] = '.document > div'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue