From dd3d7cf681cae1ed44b5792390ab843f11efc137 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 29 Mar 2021 18:29:27 -0600 Subject: [PATCH] Fix broken link Currently link goes to: https://superset.apache.org/docs/docs/installation/installing-superset-using-docker-compose It should go to: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose --- docs/src/pages/docs/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/docs/introduction.mdx b/docs/src/pages/docs/introduction.mdx index 17ac00dbe137a..ea99e6a7246ed 100644 --- a/docs/src/pages/docs/introduction.mdx +++ b/docs/src/pages/docs/introduction.mdx @@ -15,7 +15,7 @@ Here are a **few different ways you can get started with Superset**: - Download the [source from Apache Foundation's website](https://dist.apache.org/repos/dist/release/superset/1.0.0/) - Download the latest Superset version from [Pypi here](https://pypi.org/project/apache-superset/) - Setup Superset locally with one command -using [Docker Compose](docs/installation/installing-superset-using-docker-compose) +using [Docker Compose](installation/installing-superset-using-docker-compose) - Download the [Docker image](https://hub.docker.com/r/apache/superset) from Dockerhub - Install the latest version of Superset [from Github](https://github.com/apache/superset/tree/latest)