From fcbee7b4bb0ae8954b8f475f9565905e489592c6 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Wed, 20 Sep 2017 03:57:40 +0300 Subject: [PATCH] doc: fix some links in http2.md PR-URL: https://github.com/nodejs/node/pull/15481 Reviewed-By: Colin Ihrig Reviewed-By: Bryan English Reviewed-By: James M Snell --- doc/api/http2.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 6f0f0b41bafa1e..1fd50e971df912 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'