From 02d1b84f877f13d707f35adfd3d94a7f3e9f62b0 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:11:18 +0100 Subject: [PATCH] fix broken documentation links --- docs/README.md | 1 - docs/getting-started.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index c610318..49410a3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,7 +22,6 @@ Job dispatcher with authentication and routing. - [Overview](./supervisor/supervisor.md) - [Authentication](./supervisor/auth.md) -- [OpenRPC API](./supervisor/openrpc.json) ### Runners Job executors for different workload types. diff --git a/docs/getting-started.md b/docs/getting-started.md index 7f4f45a..2ae4199 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -134,7 +134,7 @@ print(`Created user: ${user.id}`); ## Next Steps - [Architecture Details](./architecture.md) -- [Runner Documentation](./runner/overview.md) +- [Runner Documentation](./runner/runners.md) - [Supervisor API](./supervisor/overview.md) - [Coordinator Workflows](./coordinator/overview.md) - [Authentication](./supervisor/auth.md)