This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 52a5bf8ad7c Fix link to Hashing Scheme (#436)
52a5bf8ad7c is described below

commit 52a5bf8ad7c12c1e1287396c97fe2d30803c0fca
Author: maheshnikam <[email protected]>
AuthorDate: Sat Feb 25 19:00:06 2023 +0530

    Fix link to Hashing Scheme (#436)
    
    Co-authored-by: tison <[email protected]>
---
 docs/concepts-messaging.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/concepts-messaging.md b/docs/concepts-messaging.md
index e4d5826af73..d9062dc564a 100644
--- a/docs/concepts-messaging.md
+++ b/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.
+[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.
 
 There are 2 types of standard hashing functions available: `JavaStringHash` 
and `Murmur3_32Hash`.
 The default hashing function for producers is `JavaStringHash`.

Reply via email to