Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-22 18:08:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-22 18:08:09 +0300
commitd6e421b21ed5574700c165cd3361094f4093ac72 (patch)
treed3c2da7baa477e210c7538bbab1acfa13167411f /doc/user/project/operations
parent808c799a67a1cf2489a343a6976f55c74aec398b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/operations')
-rw-r--r--doc/user/project/operations/feature_flags.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/operations/feature_flags.md b/doc/user/project/operations/feature_flags.md
index fb76fb1ac59..2ec2c97c707 100644
--- a/doc/user/project/operations/feature_flags.md
+++ b/doc/user/project/operations/feature_flags.md
@@ -311,6 +311,6 @@ end
You can create, update, read, and delete Feature Flags via API
to control them in an automated flow:
-- [Feature Flags API](../../../api/feature_flags.md)
+- [Legacy Feature Flags API](../../../api/feature_flags_legacy.md)
- [Feature Flag Specs API](../../../api/feature_flag_specs.md)
- [Feature Flag User Lists API](../../../api/feature_flag_user_lists.md)