From a60a8a12cfad317b314031fcde3b9a87c7704d74 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Wed, 31 Jan 2024 08:43:37 -0600 Subject: [PATCH] NO-JIRA fix dead link in doc --- docs/user-manual/management-console.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/management-console.adoc b/docs/user-manual/management-console.adoc index 8fa700ddb6..c216d61df0 100644 --- a/docs/user-manual/management-console.adoc +++ b/docs/user-manual/management-console.adoc @@ -18,7 +18,7 @@ image::images/console-login.png[ActiveMQ Artemis Console Login] == Security That Jolokia JMX-HTTP bridge is secured via a policy file in the broker configuration directory: 'etc/jolokia-access.xml'. -The contents of that file should be modified as described in the https://jolokia.org/reference/html/security.html[Jolokia Security Guide]. +The contents of that file should be modified as described in the https://jolokia.org/features/security.html[Jolokia Security Guide]. By default the console is locked down to 'localhost', pay particular attention to the 'CORS' restrictions when exposing the console web endpoint over the network. == Console