We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6284fc commit 881d008Copy full SHA for 881d008
1 file changed
specification/configuration/README.md
@@ -21,8 +21,8 @@ All other configuration mechanisms SHOULD be built on top of this interface.
21
An example of this programmatic interface is accepting a well-defined
22
struct on an SDK builder class. From that, one could build a CLI that accepts a
23
file (YAML, JSON, TOML, ...) and then transforms into that well-defined struct
24
-consumable by the programmatic interface (
25
-see [declarative configuration](#declarative-configuration)).
+consumable by the programmatic interface. See
+[declarative configuration](#declarative-configuration).
26
27
### Environment variables
28
0 commit comments