Fix broken link to unpublish policy blog post
The current link to the blog post results in a 404 due to an extra `-` in the URL. Refs: https://github.com/npm/policies/pull/154
Tyler Krys committed
Mar 5, 2021 at 15:18 UTC
49d28b4fdbbc78ae6da891e8d7597b0a112e9fc0
1 file changed
+1
-1
content/policies/unpublish.mdx
+1
-1
@@ -51,7 +51,7 @@ Once deprecated, if you would also like for the package to be removed from your
51
52
## More on our unpublish policy
53
54
-This document is additive to the [unpublish procedures](https://docs.npmjs.com/unpublishing-packages-from-the-registry), the CLI commands [unpublish documentation](https://docs.npmjs.com/cli/unpublish) and the ["Changes to npm Unpublish Policy - January 2020"](https://blog.npmjs.org/post/190553543620/changes-to-npm-unpublish-policy-january-2020) blog post.
54
+This document is additive to the [unpublish procedures](https://docs.npmjs.com/unpublishing-packages-from-the-registry), the CLI commands [unpublish documentation](https://docs.npmjs.com/cli/unpublish) and the ["Changes to npm Unpublish Policy - January 2020"](https://blog.npmjs.org/post/190553543620/changes-to-npmunpublish-policy-january-2020) blog post.
55
56
## Issues?
57