Skip to content

Commit

Permalink
docs: fix link to the flagd flag definition
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Jan 29, 2024
1 parent 3271f33 commit ffc6cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/feature_flag.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ spec:
In the example above, we have defined a `String` type feature flag named `foo` and it is in the `ENABLED` state.
It has variants of `bar` and `baz`, referring to respected values of `BAR` and `BAZ`.
The default variant is set to`bar`.
The default variant is set to `bar`.

## flagSpec

The `flagSpec` is an object representing the flag definitions themselves.
The documentation for this object can be found [here](https://github.com/open-feature/flagd/blob/main/docs/configuration/flag_configuration.md).
The documentation for this object can be found [here](https://flagd.dev/reference/flag-definitions/).

0 comments on commit ffc6cec

Please sign in to comment.