Skip to content

Commit 3674553

Browse files
committed
fixed readme
1 parent 11b9940 commit 3674553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This replicates as well as possible real deployment configurations, where you ha
2323
- ksqlDB Server: Confluent 6.2.1
2424
- Zoonavigator: 0.8.0
2525

26-
For a UI tool to access your local Kafka cluster, use the free version of (Conduktor)[https://www.conduktor.io/download]
26+
For a UI tool to access your local Kafka cluster, use the free version of [Conduktor](https://www.conduktor.io/download)
2727

2828
# Requirements
2929

@@ -46,7 +46,7 @@ export DOCKER_HOST_IP=192.168.99.100
4646

4747
## Mac M1 issues
4848

49-
Currently, the Docker Images are not working with M1 Mac. This is because they haven't been built by Confluent for that platform. See (confluentinc/common-docker/#117)[https://github.com/confluentinc/common-docker/issues/117] for more details
49+
Currently, the Docker Images are not working with M1 Mac. This is because they haven't been built by Confluent for that platform. See [confluentinc/common-docker/#117](https://github.com/confluentinc/common-docker/issues/117) for more details
5050

5151
## Single Zookeeper / Single Kafka
5252

@@ -106,7 +106,7 @@ docker-compose -f zk-multiple-kafka-multiple.yml down
106106

107107
## Full stack
108108

109-
For this, we recommend using [Conduktor](https://conduktor.io) as your tool to bring a unified UI to all these components
109+
Need a UI? We recommend using [Conduktor](https://conduktor.io) as your tool to bring a unified UI to all these components
110110

111111
- Single Zookeeper: `$DOCKER_HOST_IP:2181`
112112
- Single Kafka: `$DOCKER_HOST_IP:9092`

0 commit comments

Comments
 (0)