Skip to content

Commit 69c50d7

Browse files
mountainashMylesBorins
authored andcommitted
fix: image image location
Closes #789
1 parent c62df53 commit 69c50d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/packages-and-modules/getting-packages-from-the-registry/searching-for-and-choosing-packages-to-download.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To view provenance information for a package in the npm registry:
5353

5454
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.
5555

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" />
5757

5858
3. Click on the check mark, then click **View more details**.
5959

@@ -65,13 +65,13 @@ To view provenance information for a package in the npm registry:
6565
- **Build File**: A link to the workflow file used to build the package.
6666
- **Public Ledger**: A link to a transparency log entry attesting an authorized user published the package.
6767

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" />
6969

7070
<Note>
7171

7272
**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.
7373

74-
<Screenshot src="packages-and-modules/getting-packages-from-the-registry/[email protected]" 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/[email protected]" alt="Screenshot showing a warning when the provenance source commit or repository cannot be found." />
7575

7676
</Note>
7777

0 commit comments

Comments
 (0)