From bdb9eb57df15a7ccf0b77103d7cefa8e58e2ec2d Mon Sep 17 00:00:00 2001 From: Brian Ginsburg Date: Tue, 13 Feb 2024 10:53:45 -0800 Subject: [PATCH] Fix link to customize workflow page --- src/content/docs/getting-started/run-a-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/getting-started/run-a-workflow.md b/src/content/docs/getting-started/run-a-workflow.md index 42d6629..8624235 100644 --- a/src/content/docs/getting-started/run-a-workflow.md +++ b/src/content/docs/getting-started/run-a-workflow.md @@ -1,6 +1,6 @@ --- title: Run a Workflow -description: +description: Now that the Everywhere Computer is running on your machine, let's run a workflow. sidebar: @@ -26,4 +26,4 @@ Once you have hit `Run`, you should see the workflow in `Running...` mode. Shortly, your first workflow run should be `complete`. And you should be able to view the output: a cropped and blurred version of your original input image. -Painless, right? Now let's work on [customizing that workflow](customize-a-workflow). +Painless, right? Now let's work on [customizing that workflow](../customize-a-workflow).