From 4a6bea532104d4c34524df4deef7067da1dafd95 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 3 Sep 2024 17:14:38 -0500 Subject: [PATCH] Fix outdated references to the help menu documentation in the first steps page (#6980) --- docs/getting-started/first-steps.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/first-steps.md b/docs/getting-started/first-steps.md index e96bf7f45b6a..ac87598d12f5 100644 --- a/docs/getting-started/first-steps.md +++ b/docs/getting-started/first-steps.md @@ -14,10 +14,8 @@ Usage: uv [OPTIONS] You should see a help menu listing the available commands. -Read on for a brief overview of the help menu and version command, or jump to an -[overview of features](./features.md) to start using uv. - ## Next steps -Now that you've confirmed uv is installed and know how to get help, check out an -[overview of features](./features.md) or jump to the [guides](../guides/index.md) to start using uv. +Now that you've confirmed uv is installed, check out an [overview of features](./features.md), learn +how to [get help](./help.md) if you run into any problems, or jump to the +[guides](../guides/index.md) to start using uv.