You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2021/08/24 21:09:03 UTC

[superset] branch master updated: docs: make FEATURE_FLAGS.md reference a link (#16415)

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

suddjian 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 e71c6e6  docs: make FEATURE_FLAGS.md reference a link (#16415)
e71c6e6 is described below

commit e71c6e60e4ebea5059eb6af1e7eb9df4ea3d6d5a
Author: David Aaron Suddjian <18...@users.noreply.github.com>
AuthorDate: Tue Aug 24 14:08:11 2021 -0700

    docs: make FEATURE_FLAGS.md reference a link (#16415)
---
 docs/src/pages/docs/installation/configuring.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/pages/docs/installation/configuring.mdx b/docs/src/pages/docs/installation/configuring.mdx
index 707aaee..d7437f2 100644
--- a/docs/src/pages/docs/installation/configuring.mdx
+++ b/docs/src/pages/docs/installation/configuring.mdx
@@ -237,7 +237,7 @@ FEATURE_FLAGS = {
 }
 ```
 
-A current list of feature flags can be found in `RESOURCES/FEATURE_FLAGS.md`
+A current list of feature flags can be found in [RESOURCES/FEATURE_FLAGS.md](https://github.com/apache/superset/blob/master/RESOURCES/FEATURE_FLAGS.md).
 
 ### SIP 15