From 76b8dc8cc3b45cd43a66b49443faa01ce86692d3 Mon Sep 17 00:00:00 2001 From: Mike Bird Date: Thu, 5 Sep 2024 12:12:42 -0400 Subject: [PATCH] Update docs/software/installation.mdx to point to correct run instructions (/software/server/introduction) --- docs/software/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/installation.mdx b/docs/software/installation.mdx index 0fea265..45cb920 100644 --- a/docs/software/installation.mdx +++ b/docs/software/installation.mdx @@ -28,4 +28,4 @@ Install your project along with its dependencies in a virtual environment manage poetry install ``` -Now you should be ready to [run your 01](/software/run). +Now you should be ready to [run your 01](/software/server/introduction).