Fix some broken links (#6705)

This commit is contained in:
Zanie Blue 2024-08-27 12:24:49 -05:00 committed by GitHub
parent 6c62d9fbf1
commit c56102bde3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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.