Skip to content

Commit daf1bf5

Browse files
addaleaxitaloacasas
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 aeaf887 commit daf1bf5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/api/zlib.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ added: v0.6.0
463463
added: v0.11.12
464464
-->
465465

466-
Compress a Buffer or string with Deflate.
466+
Compress a [Buffer][] or string with [Deflate][].
467467

468468
### zlib.deflateRaw(buf[, options], callback)
469469
<!-- YAML
@@ -474,7 +474,7 @@ added: v0.6.0
474474
added: v0.11.12
475475
-->
476476

477-
Compress a Buffer or string with DeflateRaw.
477+
Compress a [Buffer][] or string with [DeflateRaw][].
478478

479479
### zlib.gunzip(buf[, options], callback)
480480
<!-- YAML
@@ -485,7 +485,7 @@ added: v0.6.0
485485
added: v0.11.12
486486
-->
487487

488-
Decompress a Buffer or string with Gunzip.
488+
Decompress a [Buffer][] or string with [Gunzip][].
489489

490490
### zlib.gzip(buf[, options], callback)
491491
<!-- YAML
@@ -496,7 +496,7 @@ added: v0.6.0
496496
added: v0.11.12
497497
-->
498498

499-
Compress a Buffer or string with Gzip.
499+
Compress a [Buffer][] or string with [Gzip][].
500500

501501
### zlib.inflate(buf[, options], callback)
502502
<!-- YAML
@@ -507,7 +507,7 @@ added: v0.6.0
507507
added: v0.11.12
508508
-->
509509

510-
Decompress a Buffer or string with Inflate.
510+
Decompress a [Buffer][] or string with [Inflate][].
511511

512512
### zlib.inflateRaw(buf[, options], callback)
513513
<!-- YAML
@@ -518,7 +518,7 @@ added: v0.6.0
518518
added: v0.11.12
519519
-->
520520

521-
Decompress a Buffer or string with InflateRaw.
521+
Decompress a [Buffer][] or string with [InflateRaw][].
522522

523523
### zlib.unzip(buf[, options], callback)
524524
<!-- YAML
@@ -529,7 +529,7 @@ added: v0.6.0
529529
added: v0.11.12
530530
-->
531531

532-
Decompress a Buffer or string with Unzip.
532+
Decompress a [Buffer][] or string with [Unzip][].
533533

534534
[`Accept-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3
535535
[`Content-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11

0 commit comments

Comments
 (0)