summaryrefslogtreecommitdiff
path: root/doc/development/feature_flags
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-08 12:15:38 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-08 12:15:38 +0000
commitdcc096f21918399d7061372c0a22b9a5408a00a5 (patch)
treefdd34c9ffcf5a1bb7b3d3d28ef3ff1c70e2ff0ad /doc/development/feature_flags
parent4a17cae5453e0cf8c1d17574c24ffa3a26bbe97c (diff)
downloadgitlab-ce-dcc096f21918399d7061372c0a22b9a5408a00a5.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/feature_flags')
-rw-r--r--doc/development/feature_flags/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/feature_flags/index.md b/doc/development/feature_flags/index.md
index df3b26d59af..af402713f6e 100644
--- a/doc/development/feature_flags/index.md
+++ b/doc/development/feature_flags/index.md
@@ -513,7 +513,7 @@ Feature.remove(:feature_flag_name)
- Any change behind a feature flag **disabled** by default **should not** have a changelog entry.
- **Exception:** database migrations **should** have a changelog entry.
-- Any change related to a feature flag itself (flag removal, default-on setting) **should** have a changelog entry.
+- Any change related to a feature flag itself (flag removal, default-on setting) **should** have [a changelog entry](../changelog.md).
Use the flowchart to determine the changelog entry type.
```mermaid