diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-05 16:25:58 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-05 16:25:58 +0000 |
commit | 6feda1df3b53df3d2fb9f8ac076049fbf3ffc0f1 (patch) | |
tree | 1813fe105fdfbd6d32ada0f2cd6a8b94a1f5ea1b /doc/development/changelog.md | |
parent | 821c2984192f09130a5c3146a25b3b1909375f30 (diff) | |
download | gitlab-ce-6feda1df3b53df3d2fb9f8ac076049fbf3ffc0f1.tar.gz |
Change absolute links to relative
Change assorted absolute links to ce and ee docs
to relative links
Diffstat (limited to 'doc/development/changelog.md')
-rw-r--r-- | doc/development/changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md index 33c1c3bd9e4..f13c447fef2 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -35,7 +35,7 @@ the `author` field. GitLab team members **should not**. - Any user-facing change **should** have a changelog entry. Example: "GitLab now uses system fonts for all text." -- Any change behind a feature flag **should not** have a changelog entry. The entry should be added [in the merge request removing the feature flags](https://docs.gitlab.com/ee/development/feature_flags.html#developing-with-feature-flags). +- Any change behind a feature flag **should not** have a changelog entry. The entry should be added [in the merge request removing the feature flags](feature_flags/development.md). - A fix for a regression introduced and then fixed in the same release (i.e., fixing a bug introduced during a monthly release candidate) **should not** have a changelog entry. |