diff --git a/docs/docs/installation/docker-compose.mdx b/docs/docs/installation/docker-compose.mdx index a88c57f7d..b42f677fb 100644 --- a/docs/docs/installation/docker-compose.mdx +++ b/docs/docs/installation/docker-compose.mdx @@ -17,7 +17,7 @@ Since `docker compose` is primarily designed to run a set of containers on **a s and can't support requirements for **high availability**, we do not support nor recommend using our `docker compose` constructs to support production-type use-cases. For single host environments, we recommend using [minikube](https://minikube.sigs.k8s.io/docs/start/) along -our [installing on k8s](https://superset.apache.org/docs/installation/running-on-kubernetes) +with our [installing on k8s](https://superset.apache.org/docs/installation/running-on-kubernetes) documentation. :::