From ec9e1c5efed60050299be875b601ab8b54e9cb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20G=C3=BCnel?= <34231087+mustafagunel@users.noreply.github.com> Date: Tue, 6 May 2025 14:25:43 +0300 Subject: [PATCH] updated broken link --- doc/format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/format.md b/doc/format.md index 5bc6c228e..219922ba0 100644 --- a/doc/format.md +++ b/doc/format.md @@ -336,7 +336,7 @@ There are five structural expressions that may be nested: - `or` - match at least one of the children - `not` - match when the child expression does not - `N or more` - match at least `N` or more of the children - - `optional` is an alias for `0 or more`, which is useful for documenting related features. See [write-file.yml](/host-interaction/file-system/write/write-file.yml) for an example. + - `optional` is an alias for `0 or more`, which is useful for documenting related features. See [write-file.yml](/host-interaction/file-system/write/write-file-on-linux.yml) for an example. To add context to a statement, you can add *one* nested description entry in the form `- description: DESCRIPTION STRING`. Check the [description section](#descriptions) for more details.