momo-jun commented on code in PR #16315: URL: https://github.com/apache/pulsar/pull/16315#discussion_r924535873
########## site2/website/versioned_docs/version-2.1.0-incubating/client-libraries-java.md: ########## @@ -475,7 +475,7 @@ Pulsar currently supports two authentication schemes: [TLS](security-tls-authent ### TLS Authentication -To use [TLS](security-tls-authentication), you need to set TLS to `true` using the `setUseTls` method, point your Pulsar client to a TLS cert path, and provide paths to cert and key files. +To use [TLS](security-tls-authentication.md), you need to set TLS to `true` using the `enableTls` method, point your Pulsar client to a TLS cert path, and provide paths to cert and key files. Review Comment: Thanks for the reminder. I just covered three versions 2.10.0, 2.10.1, and master, but didn't have a chance to fix them in doc versions earlier than 2.10. There are hundreds of them in each version, so I need to implement it by phase to avoid getting dizzy and crazy. Maybe I can file an good-first-issue :) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
