tisonkun commented on code in PR #533:
URL: https://github.com/apache/pulsar-site/pull/533#discussion_r1174491831


##########
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:
   @momo-jun I'm afraid that we have more similar broken links because 
`@inject: javadoc:` is converted to `/api/client/...` while we removed the 
files of no version prefixed. Replacing them all by `[...](/api/client/...)` 
can be a fix since `replace.js` will prepend the version properly.



-- 
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]

Reply via email to