diff --git a/libs/docs/src/docs/no-version/helloworld-example-odo.md b/libs/docs/src/docs/no-version/helloworld-example-odo.md index 28b34b3c..f09909e6 100644 --- a/libs/docs/src/docs/no-version/helloworld-example-odo.md +++ b/libs/docs/src/docs/no-version/helloworld-example-odo.md @@ -83,7 +83,7 @@ This guide will run through creating a simple hello world devfile project using - An [`exec`](./devfile-schema#commands-exec) command specifies explicit shell command(s) to run on a given `component` - `commandLine` defines the shell command(s) to execute as part of that devfile command - The `group` specifies what `kind` of command it is or if it is the default of its kind, `isDefault` - - `build` commands runs before `run` commands, for more information see [Adding a command group](./adding-a-command-group) + - `build` commands runs before `run` commands ```yaml {% filename=".devfile.yaml" %} schemaVersion: