aboutsummaryrefslogtreecommitdiff
path: root/src/node_http_parser.cc
diff options
context:
space:
mode:
authorMaciej MaƂecki <maciej.malecki@notimplemented.org>2011-11-01 20:52:35 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2011-11-01 22:26:52 +0100
commitfc61134b1ae4c4fa5ee2cd22208c1e755cd665dd (patch)
treecbc9d91cea30e1fae5cb8a0b7e2d201983b6b187 /src/node_http_parser.cc
parent3060266ff149388ca5443725e6cdbc0e8c651bcf (diff)
downloadandroid-node-v8-fc61134b1ae4c4fa5ee2cd22208c1e755cd665dd.tar.gz
android-node-v8-fc61134b1ae4c4fa5ee2cd22208c1e755cd665dd.tar.bz2
android-node-v8-fc61134b1ae4c4fa5ee2cd22208c1e755cd665dd.zip
doc: fix links
Changes: * 'http://github.com' => 'https://github.com' * 'https://github.com/ry/node' => 'https://github.com/joyent/node' * 'https://github.com/ry/http-parser' => 'https://github.com/joyent/http-parser' * old issue links * wiki link
Diffstat (limited to 'src/node_http_parser.cc')
-rw-r--r--src/node_http_parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_http_parser.cc b/src/node_http_parser.cc
index 58368e4e1b..d2db36f8fb 100644
--- a/src/node_http_parser.cc
+++ b/src/node_http_parser.cc
@@ -35,7 +35,7 @@
#endif
#include <stdlib.h> /* free() */
-// This is a binding to http_parser (http://github.com/ry/http-parser)
+// This is a binding to http_parser (https://github.com/joyent/http-parser)
// The goal is to decouple sockets from parsing for more javascript-level
// agility. A Buffer is read from a socket and passed to parser.execute().
// The parser then issues callbacks with slices of the data