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 @@ -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 ], [
Original file line number Diff line number Diff line change @@ -16,10 +16,15 @@ class Haproxy < UrlScraper
1616 options [ :follow_links ] = false
1717
1818 options [ :attribution ] = <<-HTML
19- © 2020 Willy Tarreau, HAProxy contributors< br >
19+ © 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 } /"
You can’t perform that action at this time.
0 commit comments