Skip to content

Commit ffc6cec

Browse files
authored
docs: fix link to the flagd flag definition
Signed-off-by: Michael Beemer <[email protected]>
1 parent 3271f33 commit ffc6cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/feature_flag.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ spec:
2020
2121
In the example above, we have defined a `String` type feature flag named `foo` and it is in the `ENABLED` state.
2222
It has variants of `bar` and `baz`, referring to respected values of `BAR` and `BAZ`.
23-
The default variant is set to`bar`.
23+
The default variant is set to `bar`.
2424

2525
## flagSpec
2626

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

0 commit comments

Comments
 (0)