Fix broken anchor links in docs about dependencies (#5769)

This commit is contained in:
Delgan
2024-08-05 02:42:48 +02:00
committed by GitHub
parent 0b259c8cea
commit 260d1f546f
+3 -3
View File
@@ -157,7 +157,7 @@ $ uv add ~/projects/bar/
!!! important
An [editable installation](#editables-dependencies) is not used for path dependencies by
An [editable installation](#editable-dependencies) is not used for path dependencies by
default. An editable installation may be requested for project directories:
```console
@@ -171,8 +171,8 @@ $ uv add ~/projects/bar/
To declare a dependency on a workspace member, add the member name with `{ workspace = true }`. All
workspace members must be explicitly stated. Workspace members are
[editable](#editables-dependencies) by default; `editable = false` may be included to install them
as regular dependencies. See the [workspace](./workspaces.md) documentation for more details on
[editable](#editable-dependencies) by default; `editable = false` may be included to install them as
regular dependencies. See the [workspace](./workspaces.md) documentation for more details on
workspaces.
```toml title="pyproject.toml"