Skip to content

Commit 75017b2

Browse files
authored
docs: fix linking to npmjs.com (vuejs#5426) [ci skip]
1 parent bd7ad93 commit 75017b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev-guide/plugin-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ The logo should be a square non-transparent image (ideally 84x84).
861861

862862
## Publish Plugin to npm
863863

864-
To publish your plugin, you need to be registered an [npmjs.com](npmjs.com) and you should have `npm` installed globally. If it's your first npm module, please run
864+
To publish your plugin, you need to be registered an [npmjs.com](https://www.npmjs.com) and you should have `npm` installed globally. If it's your first npm module, please run
865865

866866
```bash
867867
npm login

0 commit comments

Comments
 (0)