diff --git a/.lycheeignore b/.lycheeignore
index 9fa769cc..1953525f 100644
--- a/.lycheeignore
+++ b/.lycheeignore
@@ -4,9 +4,12 @@ fonts.gstatic.com
github.com/.+/zilla-docs/edit
docs.aklivity.io
https://quickstart.aklivity.io
+https://taxi.aklivity.io
www.linkedin.com/company/aklivity
www.twitter.com/aklivityinc
.+algolia.net
amazonaws.com
hub.docker.com
.+\.name
+https://support.aklivity.io
+https://www.aklivity.io/slack
diff --git a/src/deployment/zilla-plus-in-production/.partials/secure-public-access/verify-kafka-connect.md b/src/deployment/zilla-plus-in-production/.partials/secure-public-access/verify-kafka-connect.md
index 6627b973..2b0b1dc0 100644
--- a/src/deployment/zilla-plus-in-production/.partials/secure-public-access/verify-kafka-connect.md
+++ b/src/deployment/zilla-plus-in-production/.partials/secure-public-access/verify-kafka-connect.md
@@ -17,5 +17,5 @@ cd kafka_2.13-2.8.0
```
::: tip
-We use a generic Kafka client here, however the setup for any Kafka client, including [KaDeck](https://www.xeotek.com/apache-kafka-monitoring-management/), [Conduktor](https://www.conduktor.io/download/), and [akhq.io](https://akhq.io/) will be largely similar. With the proxy you can use these GUI Kafka clients to configure and monitor your Kafka applications, clusters and streams.
+We use a generic Kafka client here, however the setup for any Kafka client, including [KaDeck](https://www.xeotek.com/apache-kafka-monitoring-management/) and [akhq.io](https://akhq.io/) will be largely similar. With the proxy you can use these GUI Kafka clients to configure and monitor your Kafka applications, clusters and streams.
:::