You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop linking to a patch-specific version of rabbitmqadmin
Linking to a stable release series branch name should be enough.
This would somewhat simplify doc imports for the VMware RabbitMQ
documentation pipeline.
Copy file name to clipboardExpand all lines: site/management-cli.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,7 @@ HTTP API intentionally doesn't expose certain operations.
35
35
the management plugin enabled. Navigate to `http://{hostname}:15672/cli/rabbitmqadmin` to download it.
36
36
The tool requires a supported version of Python to be installed.
37
37
38
-
Alternatively, the version of `rabbitmqadmin` which
39
-
corresponds with the management plugin version &version-server;
40
-
can be downloaded [from GitHub](https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/&version-server-tag;/deps/rabbitmq_management/bin/rabbitmqadmin).
38
+
Alternatively, `rabbitmqadmin` can be downloaded [from GitHub](https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.11.x/deps/rabbitmq_management/bin/rabbitmqadmin).
0 commit comments