diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-12 00:08:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-12 00:08:51 +0000 |
commit | 92ab5f89fe0935677ca8b0c78099228f1da192ac (patch) | |
tree | 4b0afa1911e9d1aaefad658f4fbc8e504f20d5c5 /doc/development/documentation | |
parent | d5012fff67191be53070d024a89195a666a581ed (diff) | |
download | gitlab-ce-92ab5f89fe0935677ca8b0c78099228f1da192ac.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation')
-rw-r--r-- | doc/development/documentation/styleguide/word_list.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/documentation/styleguide/word_list.md b/doc/development/documentation/styleguide/word_list.md index 0459c7caa58..8cf66c68935 100644 --- a/doc/development/documentation/styleguide/word_list.md +++ b/doc/development/documentation/styleguide/word_list.md @@ -153,7 +153,7 @@ This phrasing is more active and is from the user perspective, rather than the p Use uppercase for **Alpha**. For example: **The XYZ feature is in Alpha.** or **This Alpha release is ready to test.** -You might also want to link to [this section](../../../policy/alpha-beta-support.md#alpha-features) +You might also want to link to [this section](../../../policy/alpha-beta-support.md#experiment) in the handbook when writing about Alpha features. ## analytics @@ -214,7 +214,7 @@ Try to avoid **below** when referring to an example or table in a documentation Use uppercase for **Beta**. For example: **The XYZ feature is in Beta.** or **This Beta release is ready to test.** -You might also want to link to [this section](../../../policy/alpha-beta-support.md#beta-features) +You might also want to link to [this section](../../../policy/alpha-beta-support.md#beta) in the handbook when writing about Beta features. ## blacklist |