We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f627c8e + af62f69 commit b8fc9fdCopy full SHA for b8fc9fd
deps/rabbitmq_cli/lib/rabbitmq/cli/core/doc_guide.ex
@@ -64,6 +64,6 @@ defmodule RabbitMQ.CLI.Core.DocGuide do
64
Macros.defguide("runtime_tuning", path_segment: "runtime")
65
Macros.defguide("tls", path_segment: "ssl")
66
Macros.defguide("troubleshooting")
67
- Macros.defguide("virtual_hosts", path_segments: "vhosts")
+ Macros.defguide("virtual_hosts", path_segment: "vhosts")
68
Macros.defguide("upgrade")
69
end
0 commit comments