Skip to content

Commit b62f520

Browse files
author
Rami Bououni
committed
build sv
1 parent 54fa289 commit b62f520

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/artifacts/npm/npm-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This synchronization ensures that other projects sharing the same feed will also
3434
npm audit
3535
```
3636

37-
1. If you want to attempt to upgrade to non-vulnerable package versions, make sure you're [connected to your feed](./npmrc.md#connect-to-feed) first, then run the following command in your project directory:
37+
1. If you want to attempt to upgrade to non-vulnerable package versions, make sure you're [connected to your feed](npmrc.md#connect-to-a-feed) first, then run the following command in your project directory:
3838
3939
```Command
4040
npm audit fix

docs/artifacts/npm/publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If this is your first time using Azure Artifacts with npm on your machine, follo
4646
4747
## Publish packages
4848
49-
1. If you haven't authenticated with your feed yet, follow the steps in the [Project setup](npmrc.md#connect-to-feed) to connect to your feed and then proceed with the next step once you're done.
49+
1. If you haven't authenticated with your feed yet, follow the steps in the [Project setup](npmrc.md#connect-to-a-feed) to connect to your feed and then proceed with the next step once you're done.
5050
5151
1. Run the following command in your project directory to publish the npm packages listed in your *package.json*:
5252

docs/artifacts/npm/restore-npm-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If this is your first time using Azure Artifacts with npm on your machine, follo
4343
4444
## Restore packages
4545
46-
1. If you haven't authenticated with your feed yet, follow the steps in the [Project setup](npmrc.md#connect-to-feed) to connect to your feed and then proceed with the next step once you're done.
46+
1. If you haven't authenticated with your feed yet, follow the steps in the [Project setup](npmrc.md#connect-to-a-feed) to connect to your feed and then proceed with the next step once you're done.
4747
4848
1. Run the following command in your project directory to restore all your npm packages:
4949

docs/artifacts/npm/upstream-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you checked the upstream sources checkbox during the creation of your feed, n
5454

5555
## Install packages from npmjs
5656

57-
Before you save packages from npmjs, make sure your project is set up to connect to your feed. If you haven't done this yet, follow the provided instructions to [set up your npm project](npmrc.md#connect-to-feed) and connect to your feed. In this example, we'll install the *Axios* library for making HTTP requests:
57+
Before you save packages from npmjs, make sure your project is set up to connect to your feed. If you haven't done this yet, follow the provided instructions to [set up your npm project](npmrc.md#connect-to-a-feed) and connect to your feed. In this example, we'll install the *Axios* library for making HTTP requests:
5858

5959
1. Navigate to npmjs at `https://www.npmjs.com//`.
6060

0 commit comments

Comments
 (0)