Skip to content

Commit 28f046c

Browse files
authored
fix(docs): update multiple links from http to https (#222)
1 parent c7ace2c commit 28f046c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ as compressing will transform the body.
4646
#### Options
4747

4848
`compression()` accepts these properties in the options object. In addition to
49-
those listed below, [zlib](http://nodejs.org/api/zlib.html) options may be
49+
those listed below, [zlib](https://nodejs.org/api/zlib.html) options may be
5050
passed in to the options object or
5151
[brotli](https://nodejs.org/api/zlib.html#zlib_class_brotlioptions) options.
5252

@@ -55,7 +55,7 @@ passed in to the options object or
5555
Type: `Number`<br>
5656
Default: `zlib.constants.Z_DEFAULT_CHUNK`, or `16384`.
5757

58-
See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
58+
See [Node.js documentation](https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
5959
regarding the usage.
6060

6161
##### filter
@@ -107,7 +107,7 @@ This specifies how much memory should be allocated for the internal compression
107107
state and is an integer in the range of `1` (minimum level) and `9` (maximum
108108
level).
109109

110-
See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
110+
See [Node.js documentation](https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
111111
regarding the usage.
112112

113113
##### brotli
@@ -161,7 +161,7 @@ set a `Content-Length` response header.
161161
Type: `Number`<br>
162162
Default: `zlib.constants.Z_DEFAULT_WINDOWBITS`, or `15`
163163

164-
See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
164+
See [Node.js documentation](https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
165165
regarding the usage.
166166

167167
##### enforceEncoding

0 commit comments

Comments
 (0)