Skip to content

Commit 77213ef

Browse files
Update docs/concepts/Security-Best-Practices.md
Co-authored-by: Mike Jones <[email protected]>
1 parent 5a65314 commit 77213ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/Security-Best-Practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To learn about reserving ID prefixes, [see the following documentation](https://
155155

156156
To protect the .NET package ecosystem when you are aware of a vulnerability in a package you have authored, do your best to deprecate and unlist the package so it is hidden from users searching for packages. If you are consuming a package that is deprecated and unlisted, you should avoid using the package.
157157

158-
To learn how to deprecate & unlist a package, see the following documentation on [deprecating](https://docs.microsoft.com/nuget/nuget-org/deprecate-packages) & [unlisting packages](https://docs.microsoft.com/nuget/nuget-org/policies/deleting-packages#unlisting-a-package).
158+
To learn how to deprecate and unlist a package, see the following documentation on [deprecating](../nuget-org/deprecate-packages.md) and [unlisting packages](../nuget-org/policies/deleting-packages.md#unlisting-a-package).
159159

160160
## Summary
161161

0 commit comments

Comments
 (0)