Skip to content

Commit 591c300

Browse files
committed
Update HAProxy documentation (2.4.0)
1 parent cce7c49 commit 591c300

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ credits = [
368368
'https://raw.githubusercontent.com/wycats/handlebars.js/master/LICENSE'
369369
], [
370370
'HAProxy',
371-
'2020 Willy Tarreau, HAProxy contributors',
371+
'2021 Willy Tarreau, HAProxy contributors',
372372
'GPLv2',
373373
'https://raw.githubusercontent.com/haproxy/haproxy/master/LICENSE'
374374
], [

lib/docs/scrapers/haproxy.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ class Haproxy < UrlScraper
1616
options[:follow_links] = false
1717

1818
options[:attribution] = <<-HTML
19-
&copy; 2020 Willy Tarreau, HAProxy contributors<br>
19+
&copy; 2021 Willy Tarreau, HAProxy contributors<br>
2020
Licensed under the GNU General Public License version 2.
2121
HTML
2222

23+
version '2.4' do
24+
self.release = '2.4.0'
25+
self.base_url = "https://cbonte.github.io/haproxy-dconv/#{self.version}/"
26+
end
27+
2328
version '2.3' do
2429
self.release = '2.3.0'
2530
self.base_url = "http://cbonte.github.io/haproxy-dconv/#{self.version}/"

0 commit comments

Comments
 (0)