fix: image image location
Closes #789
Mountain/\Ash committed
Oct 23, 2023 at 12:37 UTC
69c50d71dcaf032937f15dec756018d1db74aa84
1 file changed
+3
-3
content/packages-and-modules/getting-packages-from-the-registry/searching-for-and-choosing-packages-to-download.mdx
+3
-3
@@ -53,7 +53,7 @@ To view provenance information for a package in the npm registry:
53
54
2. On the package's page, in the **Version** field to the right of the README, look for a green check mark. If there is a green check mark, this means the package was published with provenance.
55
56
- <Screenshot src="packages-and-modules/getting-packages-from-the-registry/npm-provenance-check-mark.png" alt="Screenshot showing a Version field with a green check mark" />
56
+ <Screenshot src="/packages-and-modules/getting-packages-from-the-registry/npm-provenance-check-mark.png" alt="Screenshot showing a Version field with a green check mark" />
57
58
3. Click on the check mark, then click **View more details**.
59
@@ -65,13 +65,13 @@ To view provenance information for a package in the npm registry:
65
- **Build File**: A link to the workflow file used to build the package.
66
- **Public Ledger**: A link to a transparency log entry attesting an authorized user published the package.
67
68
- <Screenshot src="packages-and-modules/getting-packages-from-the-registry/npm-provenance.png" alt="Screenshot showing npm provenance information for a published package" />
68
+ <Screenshot src="/packages-and-modules/getting-packages-from-the-registry/npm-provenance.png" alt="Screenshot showing npm provenance information for a published package" />
69
70
<Note>
71
72
**Note:** Whenever you access a package's provenance information on npmjs.com, the linked source commit and repository are checked by npm. If the linked source commit or repository cannot be found, an error message will appear at the top of the page and alongside the provenance information. This is to inform you that the provenance for this package can no longer be established, which may occur when a repository is deleted or made private.
73
74
-<Screenshot src="packages-and-modules/getting-packages-from-the-registry/npm-provenance-unreachable-source-commit@2x.png" alt="Screenshot showing a warning when the provenance source commit or repository cannot be found." />
74
+<Screenshot src="/packages-and-modules/getting-packages-from-the-registry/npm-provenance-unreachable-source-commit@2x.png" alt="Screenshot showing a warning when the provenance source commit or repository cannot be found." />
75
76
</Note>
77