Fix broken link (#98)

* Fix broken link * Fix typo

Mitchell Skaggs committed Apr 11, 2022 at 22:03 UTC 27a5e3a66ad0008cabdb5631e3f8e3f5981745ac
1 file changed +3 -3
content/policies/privacy.mdx
+3 -3
@@ -321,7 +321,7 @@ to standard files like `README` files, `LICENSE` files, and package.json.
321 To double check the data that you will share in a package that you plan
322 to publish, run the `npm publish --dry-run` command. If you are running
323 an older version of the npm command, run the npm pack command to create a
324 -[tarball](https://en.wikipedia.org/wiki/Tar_(computing%29),
324 +[tarball](https://en.wikipedia.org/wiki/Tar_(computing)),
325 then check its contents, such as with `tar tvzf $tarball`.
326
327 To publish a package to the npm public registry, npm's terms of service
@@ -396,7 +396,7 @@ anticipated. If we do, we will explain that to you in our response.
396
397 npm respects the rights of California residents under the [California
398 Consumer Privacy Act](https://www.oag.ca.gov/privacy/ccpa)
399 -(CCPA)]. Where we collect information that is subject to the
399 +(CCPA). Where we collect information that is subject to the
400 CCPA, that information we collect and your rights are described below.
401
402 Categories of personal information we collect:
@@ -622,4 +622,4 @@ public policies](https://github.com/npm/documentation/blob/main/content/policies
622 [privacy]: /policies/privacy
623 [open-source-terms]: /policies/open-source-terms
624 [unpublish]: /policies/unpublish
625 -[your-content]: /policies/open-source-terms#your-content)
\ No newline at end of file
625 +[your-content]: /policies/open-source-terms#your-content)