Skip to content

Commit 90b3e97

Browse files
authored
Merge pull request #122 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2 parents 3344cde + 25476b8 commit 90b3e97

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ shadowsocks-nodejs is a node.js port of [shadowsocks].
99

1010
Many people are asking why. Here's why.
1111

12-
- https://github.com/clowwindy/shadowsocks-nodejs/issues/35
13-
- https://github.com/joyent/node/issues/5949
12+
- https://github.com/shadowsocks/shadowsocks-nodejs/issues/35
13+
- https://github.com/nodejs/node-v0.x-archive/issues/5949
1414

1515
The GC of node.js sucks.
1616

17-
Python version [handles 5000 connections with 50MB RAM](https://github.com/clowwindy/shadowsocks/wiki/Optimizing-Shadowsocks) while node.js version
17+
Python version [handles 5000 connections with 50MB RAM](https://github.com/shadowsocks/shadowsocks/wiki/Optimizing-Shadowsocks) while node.js version
1818
handles 100 connections with 300MB RAM. Why should we continue to support
1919
node.js?
2020

2121

2222
[Build Status]: https://img.shields.io/travis/clowwindy/shadowsocks-nodejs/master.svg?style=flat
23-
[NPM]: https://www.npmjs.org/package/shadowsocks
23+
[NPM]: https://www.npmjs.com/package/shadowsocks
2424
[NPM version]: https://img.shields.io/npm/v/shadowsocks.svg?style=flatp
2525
[Travis CI]: https://travis-ci.org/clowwindy/shadowsocks-nodejs
26-
[shadowsocks]: https://github.com/clowwindy/shadowsocks
27-
[Other versions]: https://github.com/clowwindy/shadowsocks/wiki/Ports-and-Clients
26+
[shadowsocks]: https://github.com/shadowsocks/shadowsocks
27+
[Other versions]: https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients

0 commit comments

Comments
 (0)