Skip to content

Commit

Permalink
dcmp_*: fix python-rsrcfork links and replace with permalinks
Browse files Browse the repository at this point in the history
Old links broke after restructuring in python-rsrcfork repo. See:
#303 (comment)
  • Loading branch information
dgelessus committed Feb 10, 2022
1 parent 8068182 commit b90cf29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion macos/resource_compression/dcmp_0.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ doc: |
The `'dcmp' (1)` compression format (see dcmp_1.ksy) is very similar to this format,
with the main difference that it operates mostly on single bytes rather than two-byte units.
doc-ref: 'https://github.com/dgelessus/python-rsrcfork/tree/master/rsrcfork/compress/dcmp0.py'
doc-ref: 'https://github.com/dgelessus/python-rsrcfork/blob/f891a6ee003b094bf4fc570832f90190260d795b/src/rsrcfork/compress/dcmp0.py'
seq:
- id: chunks
type: chunk
Expand Down
2 changes: 1 addition & 1 deletion macos/resource_compression/dcmp_1.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ doc: |
The `'dcmp' (0)` format also appears to be generally preferred over `'dcmp' (1)`,
with the latter only being used in resource files that contain mostly unaligned data,
such as text.
doc-ref: 'https://github.com/dgelessus/python-rsrcfork/tree/master/rsrcfork/compress/dcmp1.py'
doc-ref: 'https://github.com/dgelessus/python-rsrcfork/blob/f891a6ee003b094bf4fc570832f90190260d795b/src/rsrcfork/compress/dcmp1.py'
seq:
- id: chunks
type: chunk
Expand Down
2 changes: 1 addition & 1 deletion macos/resource_compression/dcmp_2.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ doc: |
which allows using two-byte literals in addition to single-byte table references,
at the cost of requiring an extra "tag" byte every 16 output bytes,
to differentiate literals and table references.
doc-ref: 'https://github.com/dgelessus/python-rsrcfork/tree/master/rsrcfork/compress/dcmp2.py'
doc-ref: 'https://github.com/dgelessus/python-rsrcfork/blob/f891a6ee003b094bf4fc570832f90190260d795b/src/rsrcfork/compress/dcmp2.py'
params:
- id: len_decompressed
type: u4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ doc: |
In practice,
values are always stored in the smallest possible format,
but technically any of the larger formats could be used as well.
doc-ref: 'https://github.com/dgelessus/python-rsrcfork/tree/master/rsrcfork/compress/common.py'
doc-ref: 'https://github.com/dgelessus/python-rsrcfork/blob/f891a6ee003b094bf4fc570832f90190260d795b/src/rsrcfork/compress/common.py'
seq:
- id: first
type: u1
Expand Down

0 comments on commit b90cf29

Please sign in to comment.