File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def additional_entries
3434 node . css ( '.keyword' ) . each do |n |
3535 name = n . at_css ( 'b' ) . content
3636 id = n [ 'id' ]
37- entries << [ name , URI . escape ( id ) , REPLACE_TYPE [ type ] || type ]
37+ entries << [ name , id , REPLACE_TYPE [ type ] || type ]
3838 end
3939 end
4040 end
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- © 2022 Willy Tarreau, HAProxy contributors< br >
19+ © 2023 Willy Tarreau, HAProxy contributors< br >
2020 Licensed under the GNU General Public License version 2.
2121 HTML
2222
23+ version '2.8' do
24+ self . release = '2.8.0'
25+ self . base_url = "https://docs.haproxy.org/#{ self . version } /"
26+ end
27+
2328 version '2.7' do
2429 self . release = '2.7.0'
2530 self . base_url = "https://docs.haproxy.org/#{ self . version } /"
You can’t perform that action at this time.
0 commit comments