From 6ed0a3a9e0f859a5de0fa6129fb6506a11900cf2 Mon Sep 17 00:00:00 2001 From: Erik Ritter Date: Mon, 14 Jun 2021 10:46:50 -0700 Subject: [PATCH] chore: update documentation for frontend feature flags (#15093) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64642d58d..94745d9a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -597,7 +597,7 @@ FEATURE_FLAGS = { } ``` -If you want to use the same flag in the client code, also add it to the FeatureFlag TypeScript enum in `superset-frontend/src/featureFlags.ts`. For example, +If you want to use the same flag in the client code, also add it to the FeatureFlag TypeScript enum in [@superset-ui/core](https://github.com/apache-superset/superset-ui/blob/master/packages/superset-ui-core/src/utils/featureFlags.ts). For example, ```typescript export enum FeatureFlag {