From 418d074c15a35ab7a6ab29bfc1011a7b212c62fe Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Fri, 27 Jun 2025 14:46:23 +0000 Subject: [PATCH] Update README.md --- development/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/README.md b/development/README.md index 4e4ec5b4..fb63daab 100644 --- a/development/README.md +++ b/development/README.md @@ -13,11 +13,11 @@ RoboSats is a monorepo, arguably a messy one at the moment. ## Documentation -We always try to keep a high level documentation of all involved workflows in coordinators and clients. Check [/docs.md](/development/docs.md) +We always try to keep a high level documentation of all involved workflows in coordinators and clients. Check the [docs](/development/docs.md) ## Start -You can run the whole stack for local development following the instructions in [setup.md](/setup.md) +You can run the whole stack for local development following the [instructions](/setup.md) Officially mantained docker orchestration for coordinators can be found in the repo [robosats-deploy](https://github.com/RoboSats/robosats-deploy)