diff --git a/doc/api/http2.md b/doc/api/http2.md index 6f0f0b41baf..1fd50e971df 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -16,7 +16,8 @@ in order to use the `'http2'` module. The Core API provides a low-level interface designed specifically around support for HTTP/2 protocol features. It is specifically *not* designed for -compatibility with the existing [HTTP/1][] module API. However, the [Compatibility API][] is. +compatibility with the existing [HTTP/1][] module API. However, +the [Compatibility API][] is. The following illustrates a simple, plain-text HTTP/2 server using the Core API: @@ -1305,7 +1306,7 @@ added: v8.4.0 * `response` {http2.Http2ServerResponse} Emitted each time there is a request. Note that there may be multiple requests -per session. See the [Compatibility API](compatiblity-api). +per session. See the [Compatibility API][]. #### Event: 'timeout'