Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed May 26, 2023
1 parent 935df52 commit 46f87e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions wacz-ipfs/latest/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"includePermalinks": true,
"authors": [],
"editors": [
{
"name": "Ilya Kreymer",
"url": "https://github.com/ikreymer"
},
{
"name": "Mauve Signweaver",
"url": "https://ranger.mauve.moe/"
Expand Down
2 changes: 1 addition & 1 deletion wacz-ipfs/latest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Gzipped records can only be split at the WARC record boundaries.

However, if a record is stored uncompressed, additional split points are possible, before and after the record (usually HTTP) payload:

![gzipped-or-not](../../assets/images/diagrams/warc-record-deduplication.svg)
![gzipped-or-not](../../assets/images/diagrams/warc-compressed-vs-uncompressed.svg)

In the above example, CID A represents the possible split of an uncompressed record response-request record pair, while CID B represents two compressed records.

Expand Down

0 comments on commit 46f87e5

Please sign in to comment.