File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ], [
Original file line number Diff line number Diff line change 11module 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- © 2009–2016 Salvatore Sanfilippo< br >
19+ © 2009–2017 Salvatore Sanfilippo< br >
2020 Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
2121 HTML
2222 end
You can’t perform that action at this time.
0 commit comments