Skip to content

Commit 03ae231

Browse files
authored
Fix broken links
1 parent 93e4d36 commit 03ae231

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/flux/Flux-User-Guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ Furthermore, some commands have named options. These are set as follows `command
9595
To learn about the available options of a command, execute Flux without arguments - it will list all available commands, including options. Or simply have a look at the [list of available FLUX commands.](flux-commands.html)
9696

9797

98-
To some commands the entire environment can be given as an argument. This is done with the `*` character: `fix("tranformation.fix", *)`. In this case Metafix gains access to all variable assignments made in Flux.
99-
(See also [[Metafix-User-Guide#parameters-to-metafix-definitions]]).
98+
To some commands the entire environment can be given as an argument. This is done with the `*` character: `fix("tranformation.fix", *)`. In this case Fix gains access to all variable assignments made in Flux.
99+
(See also [[Fix-User-Guide#parameters-to-Fix-definitions]]).
100100

101101
Note that unlike shell pipes, the data flowing between Flux commands is _typed_. This means that only commands with matching signatures can be combined. Commands expect a certain input and provide a certain output like: `StreamReceiver, `Object`, `Reader` and others.
102102

103-
To lookup the signatures, again: execute Flux without arguments or see: [[Metafix-User-Guide#parameters-to-metafix-definitions]]). It will list all available commands, including signatures. Or simply have a look at the [list of available FLUX commands.](flux-commands.html)
103+
To lookup the signatures, again: execute Flux without arguments or see: [[Fix-User-Guide#parameters-to-Fix-definitions]]). It will list all available commands, including signatures. Or simply have a look at the [list of available FLUX commands.](flux-commands.html)
104104

105105
### Variables
106106
Variables are always Strings and can be concatenated with the `+` operator. Escape sequences follow the Java String conventions: `\n`=line break, `\t`=tab, `\\`=\, `\u0024`=unicode character, etc.

0 commit comments

Comments
 (0)