From 70c1e5926a080eadc461d3764e5b11a7ad13d42f Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 17 Jul 2024 13:45:48 -0400 Subject: [PATCH] Fix reference to `projects.md` (#5154) --- docs/first-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/first-steps.md b/docs/first-steps.md index bdd8e18cc..bf33a83bd 100644 --- a/docs/first-steps.md +++ b/docs/first-steps.md @@ -23,7 +23,7 @@ These commands are intended for managing development of a Python project. In the - `uv sync` - `uv lock` -See the documentation on [projects](./preview/projects.md) for more details on getting started. +See the documentation on [projects](./projects.md) for more details on getting started. ### Toolchain management