From 264ff3db077e13f30baac581241d355d8d26db4f Mon Sep 17 00:00:00 2001 From: TobiasNx <61879957+TobiasNx@users.noreply.github.com> Date: Wed, 22 May 2024 14:14:46 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Fabian Steeg --- docs/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index 87efb6e..466c94f 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -12,7 +12,7 @@ The easiest way to get started with Metafacture is the Playground. Take a look a For commands available in the Flux, see [the Flux commands documentation](flux/flux-commands.html). -For functions and usage of the Fix, see [the Fix functions and cookbook](fix/Fix-functions-and-cookbook.html). +For functions and usage of the Fix, see [the Fix functions and cookbook](fix/Fix-functions-and-Cookbook.html). For next steps get familar with [FLUX](flux/Flux-User-Guide.html) and [FIX](fix/Fix-User-Guide.html). And try out some Metafacture workflows. @@ -25,7 +25,7 @@ To use Metafacture as a command-line tool, download the latest metafix-runner fr To get started, you can export a workflow from the Playground (last button, !["Export Workflow"](https://metafacture.org/img/export.png)). -To set up IDE support for editing your Flux and Fix files, see [the IDE extensions page](https://metafacture.org/ide-extensions/index.html). +To set up IDE support for editing your Flux and Fix files, see [the IDE extensions page](https://metafacture.org/ide-extensions.html). For next steps get familar with [FLUX](flux/Flux-User-Guide.html) and [FIX](fix/Fix-User-Guide.html). And try out some Metafacture workflows.