showuon commented on a change in pull request #11642: URL: https://github.com/apache/kafka/pull/11642#discussion_r811545842
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/tools/PredicateDoc.java ########## @@ -61,7 +61,7 @@ private static void printPredicateHtml(PrintStream out, DocInfo docInfo) { out.println("<div id=\"" + docInfo.predicateName + "\">"); out.print("<h5>"); - out.print(docInfo.predicateName); + out.print("<a href=\"#" + docInfo.predicateName + "\">" + docInfo.predicateName + "</a>"); Review comment: Could you let me know where does these `predicateName` appear in the doc? here? https://kafka.apache.org/documentation/#connect_predicates And what will be the expected output? What hyperlink destination we expected to link to? Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org