We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3271f33 commit ffc6cecCopy full SHA for ffc6cec
docs/feature_flag.md
@@ -20,9 +20,9 @@ spec:
20
21
In the example above, we have defined a `String` type feature flag named `foo` and it is in the `ENABLED` state.
22
It has variants of `bar` and `baz`, referring to respected values of `BAR` and `BAZ`.
23
-The default variant is set to`bar`.
+The default variant is set to `bar`.
24
25
## flagSpec
26
27
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).
+The documentation for this object can be found [here](https://flagd.dev/reference/flag-definitions/).
0 commit comments