Fix PEP 508 link in preview doc `specifying_dependencies` (#4158)

<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

<!-- What's the purpose of the change? What does it do, and why? -->

Fix PEP 508 link.

## Test Plan

See preview
https://github.com/SigureMo/uv/blob/fix-pep508-link-in-preview-doc/docs/specifying_dependencies.md
This commit is contained in:
Nyakku Shigure 2024-06-08 21:54:02 +08:00 committed by GitHub
parent 477c860c9b
commit 9ef652d234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ different index, etc.
## `project.dependencies` ## `project.dependencies`
The `project.dependencies` table represents the dependencies that are used when uploading to PyPI or The `project.dependencies` table represents the dependencies that are used when uploading to PyPI or
building a wheel. Individual dependencies are specified using [PEP 508](#PEP 508), and the table as building a wheel. Individual dependencies are specified using [PEP 508](#pep-508), and the table as
a whole follows the [PEP 621](https://packaging.python.org/en/latest/specifications/pyproject-toml/) a whole follows the [PEP 621](https://packaging.python.org/en/latest/specifications/pyproject-toml/)
standard. standard.