Docs: Fix link to tools concept page (#5906)

This link previously went to the wrong "concept" page; it now goes to
the one the page intended.
This commit is contained in:
Adrian Sampson 2024-08-08 08:38:24 -04:00 committed by GitHub
parent cac3c4dfa5
commit 61b0a88107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,7 +153,7 @@ $ uv tool install mkdocs --with mkdocs-material
## Next steps
To learn more about managing tools with uv, see the [Tools concept](../concepts/projects.md) page
and the [command reference](../reference/cli.md#uv-tool).
To learn more about managing tools with uv, see the [Tools concept](../concepts/tools.md) page and
the [command reference](../reference/cli.md#uv-tool).
Or, read on to learn how to to [work on projects](./projects.md).