docs: fix broken links on access tokens page (#407)

The broken links appear to target sections of the same page but were not specified correctly in the markdown syntax.

Eric Mutta committed Jan 12, 2023 at 03:23 UTC 3346ed91273236a26e6a708330d96faacee704e2
1 file changed +1 -1
content/integrations/integrating-npm-with-external-services/creating-and-viewing-access-tokens.mdx
+1 -1
@@ -89,7 +89,7 @@ You can create tokens with **read-only** permissions or **read and publish** per
89
90 <Note>
91
92 -**Note:** You cannot create legacy automation tokens or granular access tokens from the CLI. You must use the website to generate these types of tokens. For more information, see "[Creating legacy tokens on the website][creating-legacy-tokens-on-the-website]" and "[Creating granular access tokens on the website][creating-granular-access-tokens-on-the-website]."
92 +**Note:** You cannot create legacy automation tokens or granular access tokens from the CLI. You must use the website to generate these types of tokens. For more information, see "[Creating legacy tokens on the website](#creating-legacy-tokens-on-the-website)" and "[Creating granular access tokens on the website](#creating-granular-access-tokens-on-the-website)."
93
94 </Note>
95