Skip to content

Commit

Permalink
Update simplified-syntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Dec 27, 2023
1 parent 64f077a commit 370c75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflows/explanations/simplified-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Hence, we can inline the call to such a well-known operation:

As you can see, an step declared in simplified syntax is a node with a single predicate which is the operation's identifier.
Arguments are passed as usual. As a list, if the operation uses positional parameters, or key/value pairs, if the operation has named parameters.
See [this page](./pipeline) for more details.
See [this page](../pipeline) for more details.

Other examples of simplified syntax are in the [getting started](../tutorial/first-pipeline) tutorial.

Expand Down

0 comments on commit 370c75c

Please sign in to comment.