summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2018-03-25 19:56:02 -0700
committerTrivikram <16024985+trivikr@users.noreply.github.com>2018-03-26 09:38:20 -0700
commit9396b77238434f21585cfc198d7809ebf27729cf (patch)
tree9499d7e504e77c97167809f4ff0b937610d63848 /tools
parent189eaa043535c27cde96a863a2f90785913b1071 (diff)
downloadandroid-node-v8-9396b77238434f21585cfc198d7809ebf27729cf.tar.gz
android-node-v8-9396b77238434f21585cfc198d7809ebf27729cf.tar.bz2
android-node-v8-9396b77238434f21585cfc198d7809ebf27729cf.zip
doc: rename HTTP2 to HTTP/2
Previously, "HTTP/2" was strictly used to describe the protocol, and HTTP2 the module. This distinction is deemed unnecessary, and consistency between the two terms is enforced. PR-URL: https://github.com/nodejs/node/pull/19603 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Chen Gang <gangc.cxy@foxmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/type-parser.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index 1a7698ad6a..e42b23bdea 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -55,8 +55,8 @@ const typeMap = {
'http.ServerResponse': 'http.html#http_class_http_serverresponse',
'ClientHttp2Stream': 'http2.html#http2_class_clienthttp2stream',
- 'HTTP2 Headers Object': 'http2.html#http2_headers_object',
- 'HTTP2 Settings Object': 'http2.html#http2_settings_object',
+ 'HTTP/2 Headers Object': 'http2.html#http2_headers_object',
+ 'HTTP/2 Settings Object': 'http2.html#http2_settings_object',
'http2.Http2ServerRequest': 'http2.html#http2_class_http2_http2serverrequest',
'http2.Http2ServerResponse':
'http2.html#http2_class_http2_http2serverresponse',