You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by kk...@apache.org on 2020/04/30 03:29:08 UTC

[kafka] branch 2.5 updated: MINOR: Fix broken JMX link in docs by adding missing starting double quote (#8587)

This is an automated email from the ASF dual-hosted git repository.

kkarantasis pushed a commit to branch 2.5
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.5 by this push:
     new 18eea71  MINOR: Fix broken JMX link in docs by adding missing starting double quote (#8587)
18eea71 is described below

commit 18eea71d401e4534e8f0fc66b0499520d22e047b
Author: showuon <43...@users.noreply.github.com>
AuthorDate: Thu Apr 30 11:25:33 2020 +0800

    MINOR: Fix broken JMX link in docs by adding missing starting double quote (#8587)
    
    The href attribute missed the starting double quote, so the hyperlink is interpreted as https://docs.oracle.com/.../agent.html", with a redundant tailing double quote.
    
    Add the missing starting double quote back to fix this issue.
    
    Reviewers: Konstantine Karantasis <ko...@confluent.io>
---
 docs/ops.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ops.html b/docs/ops.html
index 618f60a..3b46475 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -794,7 +794,7 @@
   control your broker or application as well as the platform on which these are running. Note that authentication is disabled for
   JMX by default in Kafka and security configs must be overridden for production deployments by setting the environment variable
   <code>KAFKA_JMX_OPTS</code> for processes started using the CLI or by setting appropriate Java system properties. See
-  <a href=https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html">Monitoring and Management Using JMX Technology</a>
+  <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html">Monitoring and Management Using JMX Technology</a>
   for details on securing JMX.
   <p>
   We do graphing and alerting on the following metrics: