From 1bc24d716ac86625bd9928030de41a63d80156ed Mon Sep 17 00:00:00 2001 From: Kiryl Valkovich Date: Wed, 24 Jan 2024 20:42:07 +0400 Subject: [PATCH] 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 +:::