diff --git a/docs/concepts/dependencies.md b/docs/concepts/dependencies.md index e56b0e8c7..93eb0751e 100644 --- a/docs/concepts/dependencies.md +++ b/docs/concepts/dependencies.md @@ -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"