Merge pull request #1255 from mpmont/master

Update Codeigniter 3 scraper links
pull/1310/head
Simon Legner 4 years ago committed by GitHub
commit e19c4096d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ module Docs
class Codeigniter < UrlScraper class Codeigniter < UrlScraper
self.name = 'CodeIgniter' self.name = 'CodeIgniter'
self.type = 'sphinx' self.type = 'sphinx'
self.base_url = 'https://www.codeigniter.com/user_guide/' self.base_url = 'https://codeigniter.com/userguide3/'
self.root_path = 'index.html' self.root_path = 'index.html'
self.links = { self.links = {
home: 'https://codeigniter.com/', home: 'https://codeigniter.com/',
@ -31,7 +31,7 @@ module Docs
] ]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2014&ndash;2018 British Columbia Institute of Technology<br> &copy; 2014&ndash;2019 British Columbia Institute of Technology<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML

Loading…
Cancel
Save