Pārlūkot izejas kodu

Update Redis documentation (up to 3.2.7)

Thibaut Courouble 8 gadi atpakaļ
vecāks
revīzija
92eac6a7dc

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -481,7 +481,7 @@ credits = [
     'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
   ], [
     'Redis',
-    '2009-2016 Salvatore Sanfilippo',
+    '2009-2017 Salvatore Sanfilippo',
     'CC BY-SA',
     'https://creativecommons.org/licenses/by-sa/4.0/'
   ], [

+ 4 - 4
lib/docs/scrapers/redis.rb

@@ -1,10 +1,10 @@
 module Docs
   class Redis < UrlScraper
     self.type = 'redis'
-    self.release = 'up to 3.2.5'
-    self.base_url = 'http://redis.io/commands'
+    self.release = 'up to 3.2.7'
+    self.base_url = 'https://redis.io/commands'
     self.links = {
-      home: 'http://redis.io/',
+      home: 'https://redis.io/',
       code: 'https://github.com/antirez/redis'
     }
 
@@ -16,7 +16,7 @@ module Docs
     options[:follow_links] = ->(filter) { filter.root_page? }
 
     options[:attribution] = <<-HTML
-      &copy; 2009&ndash;2016 Salvatore Sanfilippo<br>
+      &copy; 2009&ndash;2017 Salvatore Sanfilippo<br>
       Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
     HTML
   end