Skip to content

Commit 16914b7

Browse files
committed
Fix link
1 parent 1e3d802 commit 16914b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06_MetafactureCLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Our workflow only has the following Flux and no additional files since it is fet
105105
## Use local files for transformation
106106

107107
If you want to load a local file instead of fetching data from the web you need to change the Flux a little bit with an text editor.
108-
Download the following file [11942150X.json](./sample-scripts/lesson_06/11942150X.json)
108+
Download the following file [11942150X.json](../sample-scripts/lesson_06/11942150X.json)
109109
and adjust the path to your file.
110110

111111
Adjust your `downloads/playground.flux` script, so that it does not load data from the web, but opens a local file with `open-file` and reads it using `as-records` since the json file is pretty printed (not as one record per line):

0 commit comments

Comments
 (0)