Skip to content

Commit a8c1828

Browse files
committed
doc: sort links in zlib.md
1 parent 4c0bb7a commit a8c1828

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/api/zlib.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -557,17 +557,17 @@ added: v0.11.12
557557

558558
Decompress a [Buffer][] or string with [Unzip][].
559559

560-
[`Accept-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3
561-
[`Content-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
562-
[Memory Usage Tuning]: #zlib_memory_usage_tuning
563-
[zlib documentation]: http://zlib.net/manual.html#Constants
564-
[options]: #zlib_class_options
565-
[Deflate]: #zlib_class_zlib_deflate
560+
[Buffer]: buffer.html
566561
[DeflateRaw]: #zlib_class_zlib_deflateraw
562+
[Deflate]: #zlib_class_zlib_deflate
567563
[Gunzip]: #zlib_class_zlib_gunzip
568564
[Gzip]: #zlib_class_zlib_gzip
569-
[Inflate]: #zlib_class_zlib_inflate
570565
[InflateRaw]: #zlib_class_zlib_inflateraw
566+
[Inflate]: #zlib_class_zlib_inflate
567+
[Memory Usage Tuning]: #zlib_memory_usage_tuning
571568
[Unzip]: #zlib_class_zlib_unzip
569+
[options]: #zlib_class_options
570+
[zlib documentation]: http://zlib.net/manual.html#Constants
572571
[`.flush()`]: #zlib_zlib_flush_kind_callback
573-
[Buffer]: buffer.html
572+
[`Accept-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3
573+
[`Content-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11

0 commit comments

Comments
 (0)