This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch release-3.2.0 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 74325c2275b18894bb61c78561a69a87caafb832 Author: Kiryl Valkovich <[email protected]> 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 +:::
