Skip to content

Commit a28c858

Browse files
committed
Links: NuGet (2020-11)
1 parent b17c760 commit a28c858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/consume-packages/Package-Restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ To restore packages listed in the project file with PackageReference, use the th
164164
Make sure that the MSBuild output indicates that the build completed successfully.
165165

166166
> [!Note]
167-
> msbuild has a `-restore` switch which will run `Restore`, reload the project, and then build. See [Restoring and building with one MSBuild command](/nuget/reference/msbuild-targets#restoring-and-building-with-one-msbuild-command).
167+
> msbuild has a `-restore` switch which will run `Restore`, reload the project, and then build. See [Restoring and building with one MSBuild command](../reference/msbuild-targets.md#restoring-and-building-with-one-msbuild-command).
168168
169169
```cmd
170170
# Will restore the project, then build, since build is the default target.
@@ -236,4 +236,4 @@ To test the automatic package restore:
236236

237237
## Troubleshooting
238238

239-
See [Troubleshoot package restore](package-restore-troubleshooting.md).
239+
See [Troubleshoot package restore](package-restore-troubleshooting.md).

0 commit comments

Comments
 (0)