Skip to content

Commit a88aa0b

Browse files
addaleaxMylesBorins
authored andcommitted
doc: add links for zlib convenience methods
Add links to the engine classes for the zlib single-call convenience methods. PR-URL: #10829 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent aa6320f commit a88aa0b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/api/zlib.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ added: v0.6.0
428428
added: v0.11.12
429429
-->
430430

431-
Compress a Buffer or string with Deflate.
431+
Compress a [Buffer][] or string with [Deflate][].
432432

433433
### zlib.deflateRaw(buf[, options], callback)
434434
<!-- YAML
@@ -439,7 +439,7 @@ added: v0.6.0
439439
added: v0.11.12
440440
-->
441441

442-
Compress a Buffer or string with DeflateRaw.
442+
Compress a [Buffer][] or string with [DeflateRaw][].
443443

444444
### zlib.gunzip(buf[, options], callback)
445445
<!-- YAML
@@ -450,7 +450,7 @@ added: v0.6.0
450450
added: v0.11.12
451451
-->
452452

453-
Decompress a Buffer or string with Gunzip.
453+
Decompress a [Buffer][] or string with [Gunzip][].
454454

455455
### zlib.gzip(buf[, options], callback)
456456
<!-- YAML
@@ -461,7 +461,7 @@ added: v0.6.0
461461
added: v0.11.12
462462
-->
463463

464-
Compress a Buffer or string with Gzip.
464+
Compress a [Buffer][] or string with [Gzip][].
465465

466466
### zlib.inflate(buf[, options], callback)
467467
<!-- YAML
@@ -472,7 +472,7 @@ added: v0.6.0
472472
added: v0.11.12
473473
-->
474474

475-
Decompress a Buffer or string with Inflate.
475+
Decompress a [Buffer][] or string with [Inflate][].
476476

477477
### zlib.inflateRaw(buf[, options], callback)
478478
<!-- YAML
@@ -483,7 +483,7 @@ added: v0.6.0
483483
added: v0.11.12
484484
-->
485485

486-
Decompress a Buffer or string with InflateRaw.
486+
Decompress a [Buffer][] or string with [InflateRaw][].
487487

488488
### zlib.unzip(buf[, options], callback)
489489
<!-- YAML
@@ -494,7 +494,7 @@ added: v0.6.0
494494
added: v0.11.12
495495
-->
496496

497-
Decompress a Buffer or string with Unzip.
497+
Decompress a [Buffer][] or string with [Unzip][].
498498

499499
[accept-encoding]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3
500500
[content-encoding]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11

0 commit comments

Comments
 (0)