You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by sr...@apache.org on 2022/02/23 23:01:23 UTC

[superset] branch master updated: fix: Source from Apache Foundation's website link (#18894)

This is an automated email from the ASF dual-hosted git repository.

srini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 7345795  fix: Source from Apache Foundation's website link (#18894)
7345795 is described below

commit 7345795a2f2cc5fbbeca1fc7ea6e3e9ba817bc4a
Author: Paulo Cauca <pa...@gmail.com>
AuthorDate: Wed Feb 23 19:59:12 2022 -0300

    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 8f520b4..c4d0a13 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)