From f934278fefd615b3d91cfa48f5a1221fae35b8f8 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Tue, 21 Nov 2023 11:54:16 -0500 Subject: [PATCH] docs(intro): fix a single broken link (BugHerd #97) (#26039) --- docs/docs/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/intro.mdx b/docs/docs/intro.mdx index 0f0315fc0..cd93aa6be 100644 --- a/docs/docs/intro.mdx +++ b/docs/docs/intro.mdx @@ -15,7 +15,7 @@ Here are a **few different ways you can get started with Superset**: - Install Superset [from scratch](https://superset.apache.org/docs/installation/installing-superset-from-scratch/) - Deploy Superset locally with one command - [using Docker Compose](installation/installing-superset-using-docker-compose) + [using Docker Compose](https://superset.apache.org/docs/installation/installing-superset-using-docker-compose) - Deploy Superset [with Kubernetes](https://superset.apache.org/docs/installation/running-on-kubernetes) - Run a [Docker image](https://hub.docker.com/r/apache/superset) from Dockerhub - Download Superset [from Pypi here](https://pypi.org/project/apache-superset/)