From 7345795a2f2cc5fbbeca1fc7ea6e3e9ba817bc4a Mon Sep 17 00:00:00 2001 From: Paulo Cauca Date: Wed, 23 Feb 2022 19:59:12 -0300 Subject: [PATCH] fix: Source from Apache Foundation's website link (#18894) This PR fixes a link to latest version on Download the source from Apache Foundation's website link from : https://dist.apache.org/repos/dist/release/superset/1.0.0/ to: https://dist.apache.org/repos/dist/release/superset/1.4.1/ --- 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 8f520b4f5..c4d0a1384 100644 --- a/docs/docs/intro.mdx +++ b/docs/docs/intro.mdx @@ -13,7 +13,7 @@ geospatial charts. 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 [source from Apache Foundation's website](https://dist.apache.org/repos/dist/release/superset/1.4.1/) - Download the latest Superset version from [Pypi here](https://pypi.org/project/apache-superset/) - Setup Superset locally with one command using [Docker Compose](installation/installing-superset-using-docker-compose)