Skip to content

Commit 02241e1

Browse files
committed
Update HAProxy documentation (2.5.0)
1 parent 77f4a47 commit 02241e1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lib/docs/scrapers/haproxy.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Haproxy < UrlScraper
66
self.initial_paths = %w(intro.html configuration.html management.html)
77
self.links = {
88
home: 'https://www.haproxy.org/',
9-
code: 'https://github.com/haproxy/haproxy/'
9+
code: 'https://github.com/haproxy/haproxy'
1010
}
1111

1212
html_filters.push 'haproxy/clean_html', 'haproxy/entries'
@@ -20,6 +20,11 @@ class Haproxy < UrlScraper
2020
Licensed under the GNU General Public License version 2.
2121
HTML
2222

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

0 commit comments

Comments
 (0)