Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/contributing/maintaining-http.md
Co-authored-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
mhdawson and RaisinTen authored Feb 1, 2022
commit 90137ff6d5715895e0e1836907a9f600517908ef
2 changes: 1 addition & 1 deletion doc/contributing/maintaining-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ repository. Updates are pulled into Node.js under
The low-level implementation is made available in the Node.js API through
JavaScript code in the [lib](https://github.com/nodejs/node/tree/HEAD/lib)
directory and C++ code in the
[src](https://github.com/nodejs/node/tree/master/src) directory.
[src](https://github.com/nodejs/node/tree/HEAD/src) directory.

### HTTP2

Expand Down