Skip to content

Commit 45c7694

Browse files
Copilotfengmk2
andauthored
chore: map npm package links to npmx.dev (#144)
Update npm package links in README badges from `npmjs.org` to `npmx.dev`. - `[npm-url]` and `[download-url]` now point to `https://npmx.dev/package/hessian.js` <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
1 parent f23eeba commit 45c7694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ hessian.js
77
[![npm download][download-image]][download-url]
88

99
[npm-image]: https://img.shields.io/npm/v/hessian.js.svg?style=flat-square
10-
[npm-url]: https://npmjs.org/package/hessian.js
10+
[npm-url]: https://npmx.dev/package/hessian.js
1111
[github-action-image]: https://github.com/node-modules/hessian.js/actions/workflows/nodejs.yml/badge.svg
1212
[github-action-url]: https://github.com/node-modules/hessian.js/actions/workflows/nodejs.yml
1313
[codecov-image]: https://codecov.io/github/node-modules/hessian.js/coverage.svg?branch=master
1414
[codecov-url]: https://codecov.io/github/node-modules/hessian.js?branch=master
1515
[download-image]: https://img.shields.io/npm/dm/hessian.js.svg?style=flat-square
16-
[download-url]: https://npmjs.org/package/hessian.js
16+
[download-url]: https://npmx.dev/package/hessian.js
1717

1818
Hessian Serialization [1.0](http://hessian.caucho.com/doc/hessian-1.0-spec.xtp) and
1919
[2.0](http://hessian.caucho.com/doc/hessian-serialization.html) (base on version [4.0.7](http://mvnrepository.com/artifact/com.caucho/hessian/4.0.7)) written by pure JavaScript.

0 commit comments

Comments
 (0)