Skip to content

Commit

Permalink
docs: update links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Feb 24, 2012
1 parent 9db90de commit c6e10e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -174,5 +174,5 @@ consecutive `on_url` callbacks.
See examples of reading in headers:

* [partial example](http://gist.github.com/155877) in C
* [from http-parser tests](http://github.com/joyent/http-parser/blob/37a0ff8928fb0d83cec0d0d8909c5a4abcd221af/test.c#L403) in C
* [from Node library](http://github.com/ry/node/blob/842eaf446d2fdcb33b296c67c911c32a0dabc747/src/http.js#L284) in Javascript
* [from http-parser tests](http://github.com/joyent/http-parser/blob/37a0ff8/test.c#L403) in C
* [from Node library](http://github.com/joyent/node/blob/842eaf4/src/http.js#L284) in Javascript

0 comments on commit c6e10e9

Please sign in to comment.