From 0256bb6825ddd1ab0f8ad72dff4b5418af209e85 Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Thu, 9 May 2024 00:14:59 -0400 Subject: [PATCH] fix two broken links --- docs/content/getting-started/task-engine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/getting-started/task-engine.md b/docs/content/getting-started/task-engine.md index af6b1dbd..2054197c 100644 --- a/docs/content/getting-started/task-engine.md +++ b/docs/content/getting-started/task-engine.md @@ -55,7 +55,7 @@ Global Flags: ### Tasks & Schemas You can find the schema and example for all tasks in -[the hof/flow reference section](/reference/hof-flow/schemas/) +[the hof/flow reference section](/reference/hof-flow/tasks/) - `api` - Call @@ -109,7 +109,7 @@ You can find the schema and example for all tasks in You can find many examples through hof's codebase and other projects -- [the hof/flow reference section](/reference/hof-flow/schemas/) +- [the hof/flow reference section](/reference/hof-flow/tasks/) - [the hof/flow test directory](https://github.com/hofstadter-io/hof/tree/_dev/flow/testdata) - [LLM chat examples](https://github.com/hofstadter-io/hof/tree/_dev/flow/chat) - [event and server based processing](https://github.com/verdverm/streamer-tools)