summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-01-29 12:28:24 +0100
committerStéphane Bidoul <stephane.bidoul@gmail.com>2023-03-18 10:28:32 +0100
commitafb743c01c095fe5f3fed96e0cd92fbea94542af (patch)
tree606ab1c382f62b0fadfbcab05300b3256de482c6 /docs
parente1f353f8c6dc5eaf71f07275915d55b5c4bcff95 (diff)
downloadpip-afb743c01c095fe5f3fed96e0cd92fbea94542af.tar.gz
Update direct URL spec links
Diffstat (limited to 'docs')
-rw-r--r--docs/html/reference/inspect-report.md9
-rw-r--r--docs/html/reference/installation-report.md7
2 files changed, 9 insertions, 7 deletions
diff --git a/docs/html/reference/inspect-report.md b/docs/html/reference/inspect-report.md
index 8f4811730..2bbef6e17 100644
--- a/docs/html/reference/inspect-report.md
+++ b/docs/html/reference/inspect-report.md
@@ -50,10 +50,11 @@ the following properties:
```
- `direct_url`: Information about the direct URL that was used for installation, if any,
- using the [direct
- URL](https://packaging.python.org/en/latest/specifications/direct-url/) data
- structure. In most case, this field corresponds to the `direct_url.json` metadata,
- except for legacy editable installs, where it is emulated.
+ using the [direct URL data
+ structure](https://packaging.python.org/en/latest/specifications/direct-url-data-structure/).
+ In most case, this field corresponds to the
+ [direct_url.json](https://packaging.python.org/en/latest/specifications/direct-url)
+ metadata, except for legacy editable installs, where it is emulated.
- `requested`: `true` if the `REQUESTED` metadata is present, `false` otherwise. This
field is only present for modern `.dist-info` installations.
diff --git a/docs/html/reference/installation-report.md b/docs/html/reference/installation-report.md
index 6ed5f659c..983ec48e7 100644
--- a/docs/html/reference/installation-report.md
+++ b/docs/html/reference/installation-report.md
@@ -58,9 +58,10 @@ package with the following properties:
specifier.
- `download_info`: Information about the artifact (to be) downloaded for installation,
- using the [direct
- URL](https://packaging.python.org/en/latest/specifications/direct-url/) data
- structure. When `is_direct` is `true`, this field is the same as the `direct_url.json`
+ using the [direct URL data
+ structure](https://packaging.python.org/en/latest/specifications/direct-url-data-structure/).
+ When `is_direct` is `true`, this field is the same as the
+ [direct_url.json](https://packaging.python.org/en/latest/specifications/direct-url)
metadata, otherwise it represents the URL of the artifact obtained from the index or
`--find-links`.