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>2023-02-01 18:09:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-01 18:09:16 +0300
commit18d5458781b21dee4dbb8854c72c064e9bd808ed (patch)
tree73cfc86a9b77398a154ebabebc054b45d4aeb83d /doc/development/feature_categorization
parenta21091270d45530468f8ac2f4f926fe1b9840b67 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/feature_categorization')
-rw-r--r--doc/development/feature_categorization/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/feature_categorization/index.md b/doc/development/feature_categorization/index.md
index ff8c149e631..26c2c553d59 100644
--- a/doc/development/feature_categorization/index.md
+++ b/doc/development/feature_categorization/index.md
@@ -191,7 +191,7 @@ within that class.
You must set feature category metadata for each RSpec example. This information is used for flaky test
issues to identify the group that owns the feature.
-The `feature_category` should be a value from [`categories.json`](https://about.gitlab.com/categories.json).
+The `feature_category` should be a value from [`config/feature_categories.yml`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/feature_categories.yml).
The `feature_category` metadata can be set: