Skip to content

Commit 93e9302

Browse files
committed
Merge pull request #572 from i-am-anand/fix-1
Fix link to setHeader
2 parents 3c21e21 + 29a1c2a commit 93e9302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/docs/guides/anatomy-of-an-http-transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ read through the API docs for [`EventEmitters`][], [`Streams`][], and [`HTTP`][]
431431
[handling these errors]: https://nodejs.org/api/errors.html
432432
[`domains`]: https://nodejs.org/api/domain.html
433433
[`ServerResponse`]: https://nodejs.org/api/http.html#http_class_http_serverresponse
434-
[`setHeader`]: https://nodejs.org/api/http.html#http_response_setheader_name_value<F37>
434+
[`setHeader`]: https://nodejs.org/api/http.html#http_response_setheader_name_value
435435
[`WritableStream`]: https://nodejs.org/api/stream.html#stream_class_stream_writable
436436
[`writeHead`]: https://nodejs.org/api/http.html#http_response_writehead_statuscode_statusmessage_headers
437437
[`express`]: https://www.npmjs.com/package/express

0 commit comments

Comments
 (0)