mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Q documentation (1.5.0)
This commit is contained in:
parent
75fdeac128
commit
2fe374a5f2
2 changed files with 4 additions and 4 deletions
|
@ -466,9 +466,9 @@ credits = [
|
|||
'https://docs.python.org/3/license.html'
|
||||
], [
|
||||
'Q',
|
||||
'2009-2015 Kristopher Michael Kowal and contributors',
|
||||
'2009-2017 Kristopher Michael Kowal',
|
||||
'MIT',
|
||||
'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE'
|
||||
'https://raw.githubusercontent.com/kriskowal/q/master/LICENSE'
|
||||
], [
|
||||
'Ramda',
|
||||
'2013-2016 Scott Sauyet and Michael Hurley',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Q < Github
|
||||
self.name = 'Q'
|
||||
self.release = '1.4.1'
|
||||
self.release = '1.5.0'
|
||||
self.base_url = 'https://github.com/kriskowal/q/wiki/'
|
||||
self.root_path = 'API-Reference'
|
||||
self.links = {
|
||||
|
@ -16,7 +16,7 @@ module Docs
|
|||
options[:skip_links] = true
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2009–2015 Kristopher Michael Kowal and contributors<br>
|
||||
© 2009–2017 Kristopher Michael Kowal<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue