Skip to content

Commit c2745a0

Browse files
authored
Update readme.md
The implementations link has changed on wamp-proto.org
1 parent 25539f3 commit c2745a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- yield
3333

3434
## Why
35-
The other two node [implementations](http://wamp-proto.org/implementations/#routers) have memory leaks.
35+
The other two node [implementations](https://wamp-proto.org/implementations.html#routers) have memory leaks.
3636

3737
## Note
3838
The current [source](https://github.com/ivaylopivanov/wamp-server/tree/master/src) is written in [Typescript](https://www.typescriptlang.org/) and the [release](https://github.com/ivaylopivanov/wamp-server/tree/master/release) is the compiled javascript version. Once [ES6 modules](http://www.ecma-international.org/ecma-262/6.0/#sec-imports) land in node, the only significant difference between the `src/` and the `release/` will be the types. At some point, the implementation may be moved to node completely.

0 commit comments

Comments
 (0)