Skip to content

Commit

Permalink
Merge pull request #572 from i-am-anand/fix-1
Browse files Browse the repository at this point in the history
Fix link to setHeader
  • Loading branch information
fhemberger committed Mar 13, 2016
2 parents 3c21e21 + 29a1c2a commit 93e9302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en/docs/guides/anatomy-of-an-http-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ read through the API docs for [`EventEmitters`][], [`Streams`][], and [`HTTP`][]
[handling these errors]: https://nodejs.org/api/errors.html
[`domains`]: https://nodejs.org/api/domain.html
[`ServerResponse`]: https://nodejs.org/api/http.html#http_class_http_serverresponse
[`setHeader`]: https://nodejs.org/api/http.html#http_response_setheader_name_value<F37>
[`setHeader`]: https://nodejs.org/api/http.html#http_response_setheader_name_value
[`WritableStream`]: https://nodejs.org/api/stream.html#stream_class_stream_writable
[`writeHead`]: https://nodejs.org/api/http.html#http_response_writehead_statuscode_statusmessage_headers
[`express`]: https://www.npmjs.com/package/express
Expand Down

0 comments on commit 93e9302

Please sign in to comment.