Fix broken anchor links in docs about dependencies (#5769)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user