From c56102bde3970a36d3045092044757069e7ed5ce Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 27 Aug 2024 12:24:49 -0500 Subject: [PATCH] Fix some broken links (#6705) --- README.md | 2 +- docs/guides/projects.md | 2 +- docs/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17e76dbdf..e8280f95f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ An extremely fast Python package and project manager, written in Rust. - ❇️ [Runs single-file scripts](#script-support), with support for [inline dependency metadata](https://docs.astral.sh/uv/guides/scripts#declaring-script-dependencies). - 🗂️ Provides [comprehensive project management](#project-management), with a - [universal lockfile](https://docs.astral.sh/uv/concepts/projects#lockfile). + [universal lockfile](https://docs.astral.sh/uv/concepts/projects#project-lockfile). - 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a familiar CLI. - 🏢 Supports Cargo-style [workspaces](https://docs.astral.sh/uv/concepts/workspaces) for scalable diff --git a/docs/guides/projects.md b/docs/guides/projects.md index a2e0ba72e..076b397a1 100644 --- a/docs/guides/projects.md +++ b/docs/guides/projects.md @@ -92,7 +92,7 @@ reproducible installations across machines. `uv.lock` is a human-readable TOML file but is managed by uv and should not be edited manually. -See the [lockfile](../concepts/projects.md#lockfile) documentation for more details. +See the [lockfile](../concepts/projects.md#project-lockfile) documentation for more details. ## Managing dependencies diff --git a/docs/index.md b/docs/index.md index 3172a6798..130b4c258 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ An extremely fast Python package and project manager, written in Rust. - ❇️ [Runs scripts](#script-support), with support for [inline dependency metadata](./guides/scripts.md#declaring-script-dependencies). - 🗂️ Provides [comprehensive project management](#project-management), with a - [universal lockfile](./concepts/projects.md#lockfile). + [universal lockfile](./concepts/projects.md#project-lockfile). - 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a familiar CLI. - 🏢 Supports Cargo-style [workspaces](./concepts/workspaces.md) for scalable projects.