Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/redpanda.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Below is an example of how to create the `AdminClient`:

There are scenarios where additional listeners are needed because the consumer/producer can be another
container in the same network or a different process where the port to connect differs from the default
exposed port `9092`. E.g [Toxiproxy](../../docs/modules/toxiproxy.md).
exposed port `9092`. E.g [Toxiproxy](../modules/toxiproxy.md).

<!--codeinclude-->
[Register additional listener](../../modules/redpanda/src/test/java/org/testcontainers/redpanda/RedpandaContainerTest.java) inside_block:registerListener
Expand Down
Loading