From aabe6b3d0192b95698f0ff3a683515bcb69a042e Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 1 Feb 2019 19:10:44 +0200 Subject: [PATCH] Update links --- tools/AT_Debug/AT_Debug.ino | 2 +- tools/AT_Spy/AT_Spy.ino | 2 +- tools/Diagnostics/Diagnostics.ino | 2 +- tools/FactoryReset/FactoryReset.ino | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/AT_Debug/AT_Debug.ino b/tools/AT_Debug/AT_Debug.ino index e8e985d..d809a34 100644 --- a/tools/AT_Debug/AT_Debug.ino +++ b/tools/AT_Debug/AT_Debug.ino @@ -4,7 +4,7 @@ * and allows direct AT commands access * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/tools/AT_Spy/AT_Spy.ino b/tools/AT_Spy/AT_Spy.ino index a427918..c7c0759 100644 --- a/tools/AT_Spy/AT_Spy.ino +++ b/tools/AT_Spy/AT_Spy.ino @@ -4,7 +4,7 @@ * between an Arduino and the modem. * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/tools/Diagnostics/Diagnostics.ino b/tools/Diagnostics/Diagnostics.ino index a57f2b8..eee0655 100644 --- a/tools/Diagnostics/Diagnostics.ino +++ b/tools/Diagnostics/Diagnostics.ino @@ -5,7 +5,7 @@ * or from http://librarymanager/all#StreamDebugger * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/tools/FactoryReset/FactoryReset.ino b/tools/FactoryReset/FactoryReset.ino index 1570cfc..97d1627 100644 --- a/tools/FactoryReset/FactoryReset.ino +++ b/tools/FactoryReset/FactoryReset.ino @@ -5,7 +5,7 @@ * or from http://librarymanager/all#StreamDebugger * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/