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/feature_flags/development.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/feature_flags/development.md')
-rw-r--r-- | doc/development/feature_flags/development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/feature_flags/development.md b/doc/development/feature_flags/development.md index 238052529d9..98773026122 100644 --- a/doc/development/feature_flags/development.md +++ b/doc/development/feature_flags/development.md @@ -57,7 +57,7 @@ the feature flag check will default to `true`. As an example, if you were to ship the backend half of a feature behind a flag, you'd want to explicitly disable that flag until the frontend half is also ready -to be shipped. [You can do this via Chatops](https://docs.gitlab.com/ee/development/feature_flags/controls.html): +to be shipped. [You can do this via Chatops](controls.md): ``` /chatops run feature set some_feature 0 |