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
34
34
node . css ( '.keyword' ) . each do |n |
35
35
name = n . at_css ( 'b' ) . content
36
36
id = n [ 'id' ]
37
- entries << [ name , URI . escape ( id ) , REPLACE_TYPE [ type ] || type ]
37
+ entries << [ name , id , REPLACE_TYPE [ type ] || type ]
38
38
end
39
39
end
40
40
end
Original file line number Diff line number Diff line change @@ -16,10 +16,15 @@ class Haproxy < UrlScraper
16
16
options [ :follow_links ] = false
17
17
18
18
options [ :attribution ] = <<-HTML
19
- © 2022 Willy Tarreau, HAProxy contributors< br >
19
+ © 2023 Willy Tarreau, HAProxy contributors< br >
20
20
Licensed under the GNU General Public License version 2.
21
21
HTML
22
22
23
+ version '2.8' do
24
+ self . release = '2.8.0'
25
+ self . base_url = "https://docs.haproxy.org/#{ self . version } /"
26
+ end
27
+
23
28
version '2.7' do
24
29
self . release = '2.7.0'
25
30
self . base_url = "https://docs.haproxy.org/#{ self . version } /"
You can’t perform that action at this time.
0 commit comments