Forráskód Böngészése

Merge pull request #1255 from mpmont/master

Update Codeigniter 3 scraper links
Simon Legner 5 éve
szülő
commit
e19c4096d4
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      lib/docs/scrapers/codeigniter.rb

+ 2 - 2
lib/docs/scrapers/codeigniter.rb

@@ -2,7 +2,7 @@ module Docs
   class Codeigniter < UrlScraper
     self.name = 'CodeIgniter'
     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.links = {
       home: 'https://codeigniter.com/',
@@ -31,7 +31,7 @@ module Docs
     ]
 
     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.
     HTML