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
http2,doc: fixed link definitions in footer
  • Loading branch information
sharababy authored Aug 17, 2017
commit 8b67046c677d84c8c4fa1ecf51d75119b42f5c51
10 changes: 5 additions & 5 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2603,11 +2603,11 @@ if the stream is closed.
[`request.socket.getPeerCertificate()`]: tls.html#tls_tlssocket_getpeercertificate_detailed
[Writable Stream]: stream.html#stream_writable_streams
[`EventEmitter`]: events.html#events_class_eventemitter
[`response.end()`]: http.html#http_response_end_data_encoding_callback
[`response.socket`]: http.html#http_response_socket
[`response.end()`]: #http2_response_end_data_encoding_callback
[`response.socket`]: #http2_response_socket
[`TypeError`]: errors.html#errors_class_typeerror
[`response.write(data, encoding)`]: http.html#http_response_write_chunk_encoding_callback
[`response.write()`]: http.html#http_response_write_chunk_encoding_callback
[`response.setHeader()`]: http.html#http_response_setheader_name_value
[`response.writeHead()`]: http.html#http_response_writehead_statuscode_statusmessage_headers
[`response.write()`]: #http2_response_write_chunk_encoding_callback
[`response.setHeader()`]: #http2_response_setheader_name_value
[`response.writeHead()`]: #http2_response_writehead_statuscode_statusmessage_headers

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: could you remove the extra line at the end (try to keep a single \n at the end of the file)