You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/08/08 18:12:45 UTC

[superset] branch master updated: docs: fix tip box in "Installing From Scratch" page (#24915)

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

michaelsmolina 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 81bf2f01e2 docs: fix tip box in "Installing From Scratch" page (#24915)
81bf2f01e2 is described below

commit 81bf2f01e237a8405f567115d577571c70702100
Author: Giulio Talarico <62...@users.noreply.github.com>
AuthorDate: Tue Aug 8 20:12:36 2023 +0200

    docs: fix tip box in "Installing From Scratch" page (#24915)
    
    Co-authored-by: Michael S. Molina <70...@users.noreply.github.com>
---
 docs/docs/installation/installing-superset-from-scratch.mdx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx b/docs/docs/installation/installing-superset-from-scratch.mdx
index ba48668618..8a58c59964 100644
--- a/docs/docs/installation/installing-superset-from-scratch.mdx
+++ b/docs/docs/installation/installing-superset-from-scratch.mdx
@@ -125,7 +125,9 @@ Then, you need to initialize the database:
 superset db upgrade
 ```
 
-:::tip Note that some configuration is mandatory for production instances of Superset. In particular, Superset will not start without a user-specified value of SECRET_KEY. Please see Configuring Superset. :::
+:::tip
+Note that some configuration is mandatory for production instances of Superset. In particular, Superset will not start without a user-specified value of SECRET_KEY. Please see [Configuring Superset](https://superset.apache.org/docs/installation/configuring-superset).
+:::
 
 Finish installing by running through the following commands: