Skip to content

Commit fc0433e

Browse files
authored
Use permalink to avoid future breakage of link (#3230)
1 parent 417b466 commit fc0433e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/crc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* This code was duplicated from https://github.com/alexgorbatchev/crc/ under MIT license.
33
* The code below is copied largely unmodified from the below file
4-
* https://github.com/alexgorbatchev/crc/blob/master/src/calculators/crc32.ts
4+
* https://github.com/alexgorbatchev/crc/blob/31fc3853e417b5fb5ec83335428805842575f699/src/calculators/crc32.ts
55
*/
66
let TABLE: Array<number> | Int32Array = [
77
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3,

0 commit comments

Comments
 (0)