Skip to content

Commit b8fc9fd

Browse files
Merge pull request #7720 from rabbitmq/mergify/bp/v3.10.x/pr-7719
CLI: correctly override DocGuide.virtual_hosts path segment (backport #7717) (backport #7718) (backport #7719)
2 parents f627c8e + af62f69 commit b8fc9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ defmodule RabbitMQ.CLI.Core.DocGuide do
6464
Macros.defguide("runtime_tuning", path_segment: "runtime")
6565
Macros.defguide("tls", path_segment: "ssl")
6666
Macros.defguide("troubleshooting")
67-
Macros.defguide("virtual_hosts", path_segments: "vhosts")
67+
Macros.defguide("virtual_hosts", path_segment: "vhosts")
6868
Macros.defguide("upgrade")
6969
end

0 commit comments

Comments
 (0)