momo-jun commented on code in PR #533:
URL: https://github.com/apache/pulsar-site/pull/533#discussion_r1180033072
##########
docs/concepts-clients.md:
##########
@@ -70,7 +70,7 @@ Messages are received from
[brokers](reference-terminology.md#broker) either syn
### Listener
-Client libraries provide listener implementation for consumers. For example,
the [Java client](client-libraries-java.md) provides a {@inject:
javadoc:MesssageListener:/client/org/apache/pulsar/client/api/MessageListener}
interface. In this interface, the `received` method is called whenever a new
message is received.
+Client libraries provide listener implementation for consumers. For example,
the [Java client](client-libraries-java.md) provides a
[MesssageListener](/api/client/org/apache/pulsar/client/api/MessageListener)
interface. In this interface, the `received` method is called whenever a new
message is received.
Review Comment:
Fixed all the broken ones through
https://github.com/apache/pulsar-site/pull/547.
--
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]