From b4ac86e89e172f0e457185cc5b703d760b43dc53 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 10 Sep 2017 23:32:03 +0300 Subject: [PATCH] Fix link --- examples/FileDownload/FileDownload.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/FileDownload/FileDownload.ino b/examples/FileDownload/FileDownload.ino index cce8ca6..164695a 100644 --- a/examples/FileDownload/FileDownload.ino +++ b/examples/FileDownload/FileDownload.ino @@ -1,7 +1,7 @@ /************************************************************** * * For this example, you need to install CRC32 library: - * https://github.com/vshymanskyy/CRC32.git + * https://github.com/bakercp/CRC32 * or from http://librarymanager/all#CRC32+checksum * * TinyGSM Getting Started guide: