diff --git a/src/node_http_parser.cc b/src/node_http_parser.cc index 23344b385b0dad..3e1a9d359e824e 100644 --- a/src/node_http_parser.cc +++ b/src/node_http_parser.cc @@ -16,7 +16,7 @@ #include // free() #include // strdup() -// This is a binding to http_parser (https://github.com/joyent/http-parser) +// This is a binding to http_parser (https://github.com/nodejs/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