summaryrefslogtreecommitdiff
path: root/doc/api/zlib.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2018-11-27 11:49:21 -0800
committerRich Trott <rtrott@gmail.com>2018-11-28 13:09:31 -0800
commit64cea5a1acc250d852d183e2eece8b3c0fdcc90f (patch)
tree8d489300c645b1f5a57aa56b428f9a4665e1637d /doc/api/zlib.md
parent063e8fbe781ceff44dda633e116639ed7bb9eb1d (diff)
downloadandroid-node-v8-64cea5a1acc250d852d183e2eece8b3c0fdcc90f.tar.gz
android-node-v8-64cea5a1acc250d852d183e2eece8b3c0fdcc90f.tar.bz2
android-node-v8-64cea5a1acc250d852d183e2eece8b3c0fdcc90f.zip
doc: sort bottom-of-file markdown links
Reapply https://github.com/nodejs/node/pull/12726 It would be nice to have the sort check applied as part of doc testing, but this change doesn't implement that. PR-URL: https://github.com/nodejs/node/pull/24679 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/zlib.md')
-rw-r--r--doc/api/zlib.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index bb57873ff0..b9d506c9e4 100644
--- a/doc/api/zlib.md
+++ b/doc/api/zlib.md
@@ -835,12 +835,12 @@ Decompress a chunk of data with [`Unzip`][].
[`Buffer`]: buffer.html#buffer_class_buffer
[`Content-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
[`DataView`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView
-[`Deflate`]: #zlib_class_zlib_deflate
[`DeflateRaw`]: #zlib_class_zlib_deflateraw
+[`Deflate`]: #zlib_class_zlib_deflate
[`Gunzip`]: #zlib_class_zlib_gunzip
[`Gzip`]: #zlib_class_zlib_gzip
-[`Inflate`]: #zlib_class_zlib_inflate
[`InflateRaw`]: #zlib_class_zlib_inflateraw
+[`Inflate`]: #zlib_class_zlib_inflate
[`TypedArray`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
[`Unzip`]: #zlib_class_zlib_unzip
[`stream.Transform`]: stream.html#stream_class_stream_transform