From 9ef652d234b3802fe8c317104d4a6a629a648be1 Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Sat, 8 Jun 2024 21:54:02 +0800 Subject: [PATCH] Fix PEP 508 link in preview doc `specifying_dependencies` (#4158) ## Summary Fix PEP 508 link. ## Test Plan See preview https://github.com/SigureMo/uv/blob/fix-pep508-link-in-preview-doc/docs/specifying_dependencies.md --- docs/specifying_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specifying_dependencies.md b/docs/specifying_dependencies.md index 722acbc46736..fc3f458d1248 100644 --- a/docs/specifying_dependencies.md +++ b/docs/specifying_dependencies.md @@ -14,7 +14,7 @@ different index, etc. ## `project.dependencies` 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/) standard.