replace git.io links

This commit is contained in:
SheetJS 2022-04-26 18:35:26 -04:00
parent 6a752a8568
commit 02389a3823
2 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@ $ crc32 --unsigned ~/Downloads/IE8.Win7.For.Windows.VMware.zip
`make perf` will run algorithmic performance tests (which should justify certain
decisions in the code).
The [`adler-32` project](http://git.io/adler32) has more performance notes
The [`adler-32` project](https://github.com/SheetJS/js-adler32) has more performance notes
## License

View File

@ -27,8 +27,8 @@ a { text-decoration: none }
(text works back to IE6; drag and drop works back to IE10)
(<b>This demo loads the entire file at once!</b> For newer browsers, <a href="large.html">try the large file demo</a>)
<a href="https://git.io/crc32">Source Code Repo</a>
<a href="https://git.io/crc32_issues">Issues? Something look weird? Click here and report an issue</a>
<a href="https://github.com/SheetJS/js-crc32">Source Code Repo</a>
<a href="https://github.com/SheetJS/js-crc32/issues">Issues? Something look weird? Click here and report an issue</a>
<br />
<div id="drop">Drop a text file to compute the CRC-32 checksum</div>
<input type="file" name="xlfile" id="xlf" /> ... or click here to select a file