Skip to content

Commit cb78cbf

Browse files
committed
Fix a broken link to "/creating-and-viewing-access-tokens"
1 parent 1548575 commit cb78cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/packages-and-modules/securing-your-code/trusted-publishers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ While trusted publishing handles the publish operation, you may still need authe
228228
- run: npm publish
229229
```
230230

231-
Always use [read-only granular access tokens](/integrations/integrating-npm-with-external-services/creating-and-viewing-access-tokens#creating-granular-access-tokens-on-the-website) for installing dependencies. This limits potential damage if the token is ever compromised.
231+
Always use [read-only granular access tokens](/creating-and-viewing-access-tokens#creating-granular-access-tokens-on-the-website) for installing dependencies. This limits potential damage if the token is ever compromised.
232232

233233
### Additional security measures
234234

0 commit comments

Comments
 (0)