Skip to content

Commit

Permalink
Fix link to feature flags example plugin (#196960)
Browse files Browse the repository at this point in the history
Fixes link to code example in GH
  • Loading branch information
TinaHeiligers authored Oct 19, 2024
1 parent a7ea69a commit b3fab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/feature-flags/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ One example of invalid use cases are settings used during the `setup` lifecycle
if an HTTP route is registered or not. Instead, you should always register the route, and return `404 - Not found` in the route
handler if the feature flag returns a _disabled_ state.

For a code example, refer to the [Feature Flags Example plugin](../../../examples/feature_flags_example)
For a code example, refer to the [Feature Flags Example plugin](https://github.com/elastic/kibana/blob/main/examples/feature_flags_example/README.md)

## Registering a feature flag

Expand Down

0 comments on commit b3fab03

Please sign in to comment.