You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2024/01/24 16:42:13 UTC

(pulsar-site) branch main updated: Fix anchor link (#774)

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

lhotari 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 1bc24d716ac8 Fix anchor link (#774)
1bc24d716ac8 is described below

commit 1bc24d716ac86625bd9928030de41a63d80156ed
Author: Kiryl Valkovich <vi...@gmail.com>
AuthorDate: Wed Jan 24 20:42:07 2024 +0400

    Fix anchor link (#774)
---
 docs/client-libraries-consumers.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/client-libraries-consumers.md b/docs/client-libraries-consumers.md
index 906bf49ad03f..6795fa95f396 100644
--- a/docs/client-libraries-consumers.md
+++ b/docs/client-libraries-consumers.md
@@ -10,7 +10,7 @@ import Tabs from '@theme/Tabs';
 import TabItem from '@theme/TabItem';
 ````
 
-After setting up your clients, you can explore more to start working with [consumers](concepts-clients.md#consumers).
+After setting up your clients, you can explore more to start working with [consumers](concepts-clients.md#consumer).
 
 ## Subscribe to topics
 
@@ -982,4 +982,4 @@ To intercept messages, you can add one or multiple `ConsumerInterceptor`s when c
 
 If you are using multiple interceptors, they apply in the order they are passed to the `intercept` method.
 
-:::
\ No newline at end of file
+:::