Skip to content

Commit 6d1ab8f

Browse files
committed
Fix reference link
1 parent 707c412 commit 6d1ab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/core/src/clp/streaming_compression/lzma/Compressor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class Compressor : public ::clp::streaming_compression::Compressor {
113113
* Repeatedly invoke lzma_code() compression workflow until LZMA_STREAM_END
114114
* is reached.
115115
* The workflow action needs to be kept the same throughout this process.
116-
* See also: https://github.com/frida/xz/blob/main/src/liblzma/api/lzma/base.h#L246
116+
* See also: https://github.com/tukaani-project/xz/blob/master/src/liblzma/api/lzma/base.h#L274
117117
*
118118
* @param action
119119
*/

0 commit comments

Comments
 (0)