Commit bb5a9426 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'eread/update-feature-flags-links' into 'master'

Update links to feature flags howto

See merge request gitlab-org/gitlab!37168
parents be970892 58fd82c1
......@@ -163,13 +163,13 @@ them as they can change.
The following server hooks have been re-implemented in Go:
- `pre-receive`, with the Go implementation used by default. To use the Ruby implementation instead,
[disable](../operations/feature_flags.md#enable-or-disable-feature-flag-strategies) the
`:gitaly_go_preceive_hook` feature flag.
[disable](feature_flags.md#enable-or-disable-the-feature) the `:gitaly_go_preceive_hook` feature
flag.
- `update`, with the Go implementation used by default. To use the Ruby implementation instead,
[disable](../operations/feature_flags.md#enable-or-disable-feature-flag-strategies) the
`:gitaly_go_update_hook` feature flag.
[disable](feature_flags.md#enable-or-disable-the-feature) the `:gitaly_go_update_hook` feature
flag.
- `post-receive`, however the Ruby implementation is used by default. To use the Go implementation
instead, [enable](../operations/feature_flags.md#enable-or-disable-feature-flag-strategies) the
instead, [enable](feature_flags.md#enable-or-disable-the-feature) the
`:gitaly_go_postreceive_hook` feature flag.
## Custom error messages
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment