mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update HAProxy documentation (2.4.0)
This commit is contained in:
parent
cce7c49152
commit
591c30014a
2 changed files with 7 additions and 2 deletions
|
@ -368,7 +368,7 @@ credits = [
|
|||
'https://raw.githubusercontent.com/wycats/handlebars.js/master/LICENSE'
|
||||
], [
|
||||
'HAProxy',
|
||||
'2020 Willy Tarreau, HAProxy contributors',
|
||||
'2021 Willy Tarreau, HAProxy contributors',
|
||||
'GPLv2',
|
||||
'https://raw.githubusercontent.com/haproxy/haproxy/master/LICENSE'
|
||||
], [
|
||||
|
|
|
@ -16,10 +16,15 @@ module Docs
|
|||
options[:follow_links] = false
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2020 Willy Tarreau, HAProxy contributors<br>
|
||||
© 2021 Willy Tarreau, HAProxy contributors<br>
|
||||
Licensed under the GNU General Public License version 2.
|
||||
HTML
|
||||
|
||||
version '2.4' do
|
||||
self.release = '2.4.0'
|
||||
self.base_url = "https://cbonte.github.io/haproxy-dconv/#{self.version}/"
|
||||
end
|
||||
|
||||
version '2.3' do
|
||||
self.release = '2.3.0'
|
||||
self.base_url = "http://cbonte.github.io/haproxy-dconv/#{self.version}/"
|
||||
|
|
Loading…
Reference in a new issue