Skip to content

Commit 92eac6a

Browse files
committed
Update Redis documentation (up to 3.2.7)
1 parent 049ba7f commit 92eac6a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ credits = [
481481
'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
482482
], [
483483
'Redis',
484-
'2009-2016 Salvatore Sanfilippo',
484+
'2009-2017 Salvatore Sanfilippo',
485485
'CC BY-SA',
486486
'https://creativecommons.org/licenses/by-sa/4.0/'
487487
], [

lib/docs/scrapers/redis.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module Docs
22
class Redis < UrlScraper
33
self.type = 'redis'
4-
self.release = 'up to 3.2.5'
5-
self.base_url = 'http://redis.io/commands'
4+
self.release = 'up to 3.2.7'
5+
self.base_url = 'https://redis.io/commands'
66
self.links = {
7-
home: 'http://redis.io/',
7+
home: 'https://redis.io/',
88
code: 'https://github.com/antirez/redis'
99
}
1010

@@ -16,7 +16,7 @@ class Redis < UrlScraper
1616
options[:follow_links] = ->(filter) { filter.root_page? }
1717

1818
options[:attribution] = <<-HTML
19-
&copy; 2009&ndash;2016 Salvatore Sanfilippo<br>
19+
&copy; 2009&ndash;2017 Salvatore Sanfilippo<br>
2020
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
2121
HTML
2222
end

0 commit comments

Comments
 (0)