Skip to content

Commit ec9e1c5

Browse files
authored
updated broken link
1 parent d64c2c9 commit ec9e1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ There are five structural expressions that may be nested:
336336
- `or` - match at least one of the children
337337
- `not` - match when the child expression does not
338338
- `N or more` - match at least `N` or more of the children
339-
- `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.
339+
- `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.
340340

341341
To add context to a statement, you can add *one* nested description entry in the form `- description: DESCRIPTION STRING`.
342342
Check the [description section](#descriptions) for more details.

0 commit comments

Comments
 (0)