Skip to content

Commit 371f4d7

Browse files
authored
Correct architecture link in Decompression.md (#404)
1 parent 3f06af7 commit 371f4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Decompression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mint is a low-level client so it doesn't have built-in support for decompression
1010

1111
## Decompressing the response body
1212

13-
Starting with the [architecture example](architecture.html#content), we're going add some logic to handle a finished request's compressed body. With some compression algorithms, it's possible to decompress body chunks as they come (in a streaming way), but let's look at an example that works for every compression algorithm by decompressing the whole response body when the response is done.
13+
Starting with the [architecture example](Architecture.md#content), we're going add some logic to handle a finished request's compressed body. With some compression algorithms, it's possible to decompress body chunks as they come (in a streaming way), but let's look at an example that works for every compression algorithm by decompressing the whole response body when the response is done.
1414

1515
This is where we start:
1616

0 commit comments

Comments
 (0)