From 02389a3823bcac7f4e79323b038567f512623efe Mon Sep 17 00:00:00 2001 From: SheetJS Date: Tue, 26 Apr 2022 18:35:26 -0400 Subject: [PATCH] replace git.io links --- README.md | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 082127a..43ecf2f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.html b/index.html index bd472b0..d9088cf 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,8 @@ a { text-decoration: none } (text works back to IE6; drag and drop works back to IE10) (This demo loads the entire file at once! For newer browsers, try the large file demo) -Source Code Repo -Issues? Something look weird? Click here and report an issue +Source Code Repo +Issues? Something look weird? Click here and report an issue
Drop a text file to compute the CRC-32 checksum
... or click here to select a file