Skip to content

Commit

Permalink
docs: Fix dead link in documentation (#12469)
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Cresson <remi.cresson@inrae.fr>
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
Co-authored-by: Yuan Tang <terrytangyuan@gmail.com>
  • Loading branch information
remicres and terrytangyuan committed Jan 5, 2024
1 parent 96f25af commit 2ea74ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The tag is substituted with the result of evaluating the tag as an expression.
Note that any hyphenated parameter names or step names will cause a parsing error. You can reference them by
indexing into the parameter or step map, e.g. `inputs.parameters['my-param']` or `steps['my-step'].outputs.result`.

[Learn about the expression syntax](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md).
[Learn about the expression syntax](https://github.com/antonmedv/expr/blob/master/docs/language-definition.md).

#### Examples

Expand Down

0 comments on commit 2ea74ee

Please sign in to comment.