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


##########
docs/concepts-messaging.md:
##########
@@ -904,7 +904,7 @@ If there is a key attached to message, the messages will be 
routed to correspond
 
 ### Hashing scheme
 
-{@inject: 
javadoc:HashingScheme:/client/org/apache/pulsar/client/api/HashingScheme} is an 
enum that represents sets of standard hashing functions available when choosing 
the partition to use for a particular message.
+{@inject: 
javadoc:HashingScheme:/client/2.4.2/org/apache/pulsar/client/api/HashingScheme} 
is an enum that represents sets of standard hashing functions available when 
choosing the partition to use for a particular message.

Review Comment:
   Perhaps you can use:
   
   ```suggestion
   [HashingScheme](/api/client/org/apache/pulsar/client/api/HashingScheme) is 
an enum that represents sets of standard hashing functions available when 
choosing the partition to use for a particular message.
   ```
   
   And it will be resolved properly with `script/replace.js`



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