summaryrefslogtreecommitdiff
path: root/doc/development/rolling_out_changes_using_feature_flags.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-05-19 16:27:22 -0700
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-27 11:13:40 -0400
commit8ec7ecf0bc176c04e8f051fd4097f234037dcc79 (patch)
tree5a993893f3c44eb0745595b276386944d66b0a5b /doc/development/rolling_out_changes_using_feature_flags.md
parent8ae55570586ce885f84f52f88d9022736b7c1cc3 (diff)
downloadgitlab-ce-8ec7ecf0bc176c04e8f051fd4097f234037dcc79.tar.gz
Use relative URLs in development docs
This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
Diffstat (limited to 'doc/development/rolling_out_changes_using_feature_flags.md')
-rw-r--r--doc/development/rolling_out_changes_using_feature_flags.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/rolling_out_changes_using_feature_flags.md b/doc/development/rolling_out_changes_using_feature_flags.md
index 8e4e07c4319..1b4c89ba2a8 100644
--- a/doc/development/rolling_out_changes_using_feature_flags.md
+++ b/doc/development/rolling_out_changes_using_feature_flags.md
@@ -102,7 +102,7 @@ GitLab's feature library (using
[Flipper](https://github.com/jnunemaker/flipper), and covered in the [Feature
Flags](feature_flags.md) guide) supports rolling out changes to a percentage of
users. This in turn can be controlled using [GitLab
-chatops](https://docs.gitlab.com/ee/ci/chatops/).
+chatops](../ci/chatops/README.md).
For an up to date list of feature flag commands please see [the source
code](https://gitlab.com/gitlab-com/chatops/blob/master/lib/chatops/commands/feature.rb).