Skip to content

Commit afb743c

Browse files
committed
Update direct URL spec links
1 parent e1f353f commit afb743c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/html/reference/inspect-report.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ the following properties:
5050
```
5151

5252
- `direct_url`: Information about the direct URL that was used for installation, if any,
53-
using the [direct
54-
URL](https://packaging.python.org/en/latest/specifications/direct-url/) data
55-
structure. In most case, this field corresponds to the `direct_url.json` metadata,
56-
except for legacy editable installs, where it is emulated.
53+
using the [direct URL data
54+
structure](https://packaging.python.org/en/latest/specifications/direct-url-data-structure/).
55+
In most case, this field corresponds to the
56+
[direct_url.json](https://packaging.python.org/en/latest/specifications/direct-url)
57+
metadata, except for legacy editable installs, where it is emulated.
5758

5859
- `requested`: `true` if the `REQUESTED` metadata is present, `false` otherwise. This
5960
field is only present for modern `.dist-info` installations.

docs/html/reference/installation-report.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ package with the following properties:
5858
specifier.
5959

6060
- `download_info`: Information about the artifact (to be) downloaded for installation,
61-
using the [direct
62-
URL](https://packaging.python.org/en/latest/specifications/direct-url/) data
63-
structure. When `is_direct` is `true`, this field is the same as the `direct_url.json`
61+
using the [direct URL data
62+
structure](https://packaging.python.org/en/latest/specifications/direct-url-data-structure/).
63+
When `is_direct` is `true`, this field is the same as the
64+
[direct_url.json](https://packaging.python.org/en/latest/specifications/direct-url)
6465
metadata, otherwise it represents the URL of the artifact obtained from the index or
6566
`--find-links`.
6667

0 commit comments

Comments
 (0)