Update Unpublish Requirement Link (#699)

Mayank Pathela committed Sep 5, 2023 at 22:29 UTC a699257e79c1cb952e163dcfb9af8d903fa6af3c
1 file changed +2 -2
content/packages-and-modules/updating-and-managing-your-published-packages/unpublishing-packages-from-the-registry.mdx
+2 -2
@@ -17,7 +17,7 @@ These criteria are set to avoid damaging the JavaScript package ecosystem. If y
17
18 If you want to completely remove all versions of a package from the registry, you can unpublish it completely. This will delete it from the registry and it will be unable to be installed.
19
20 -To unpublish a package, you must meet the requirements of the [package unpublishing rules](#how-to-unpublish).
20 +To unpublish a package, you must meet the requirements of the [package unpublishing rules][unpublish].
21
22 ### Using the website
23
@@ -43,7 +43,7 @@ To unpublish a package, you must meet the requirements of the [package unpublish
43
44 <Note>
45
46 - **Note:** If you cannot delete the package because it does not meet the [unpublishing requirements](#how-to-unpublish), then the delete package option will not be available. Instead, you will be prompted to [deprecate the package](/deprecating-and-undeprecating-packages-or-package-versions#deprecating-a-package-from-the-website).
46 + **Note:** If you cannot delete the package because it does not meet the [unpublishing requirements][unpublish], then the delete package option will not be available. Instead, you will be prompted to [deprecate the package](/deprecating-and-undeprecating-packages-or-package-versions#deprecating-a-package-from-the-website).
47
48 </Note>
49