Skip to content

Commit

Permalink
Fix anchor link (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
visortelle authored Jan 24, 2024
1 parent 3a9583b commit 1bc24d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/client-libraries-consumers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

:::
:::

0 comments on commit 1bc24d7

Please sign in to comment.