diff --git a/examples/AllFunctions/AllFunctions.ino b/examples/AllFunctions/AllFunctions.ino index 573e279..a17f39f 100644 --- a/examples/AllFunctions/AllFunctions.ino +++ b/examples/AllFunctions/AllFunctions.ino @@ -1,7 +1,7 @@ /************************************************************** * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * NOTE: * Some of the functions may be unavailable for your modem. diff --git a/examples/BlynkClient/BlynkClient.ino b/examples/BlynkClient/BlynkClient.ino index d3d7ce3..c8f1af7 100644 --- a/examples/BlynkClient/BlynkClient.ino +++ b/examples/BlynkClient/BlynkClient.ino @@ -4,7 +4,7 @@ * https://github.com/blynkkk/blynk-library/releases/latest * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * ************************************************************** * diff --git a/examples/FileDownload/FileDownload.ino b/examples/FileDownload/FileDownload.ino index 19c73a6..b77c04d 100644 --- a/examples/FileDownload/FileDownload.ino +++ b/examples/FileDownload/FileDownload.ino @@ -5,7 +5,7 @@ * or from http://librarymanager/all#CRC32+checksum * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * ATTENTION! Downloading big files requires of knowledge of * the TinyGSM internals and some modem specifics, diff --git a/examples/HttpClient/HttpClient.ino b/examples/HttpClient/HttpClient.ino index 95b3453..39da935 100644 --- a/examples/HttpClient/HttpClient.ino +++ b/examples/HttpClient/HttpClient.ino @@ -8,7 +8,7 @@ * or from http://librarymanager/all#ArduinoHttpClient * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * For more HTTP API examples, see ArduinoHttpClient library * diff --git a/examples/HttpsClient/HttpsClient.ino b/examples/HttpsClient/HttpsClient.ino index bd892d7..fdef7b5 100644 --- a/examples/HttpsClient/HttpsClient.ino +++ b/examples/HttpsClient/HttpsClient.ino @@ -8,7 +8,7 @@ * or from http://librarymanager/all#ArduinoHttpClient * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * SSL/TLS is currently supported only with: SIM8xx, uBlox * diff --git a/examples/MqttClient/MqttClient.ino b/examples/MqttClient/MqttClient.ino index da5933a..3ca89d5 100644 --- a/examples/MqttClient/MqttClient.ino +++ b/examples/MqttClient/MqttClient.ino @@ -5,7 +5,7 @@ * or from http://librarymanager/all#PubSubClient * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * For more MQTT examples, see PubSubClient library * diff --git a/examples/WebClient/WebClient.ino b/examples/WebClient/WebClient.ino index e1127fd..bc1fd54 100644 --- a/examples/WebClient/WebClient.ino +++ b/examples/WebClient/WebClient.ino @@ -4,7 +4,7 @@ * It can be used to perform HTTP/RESTful API calls. * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/examples/more/Hologram_Dash/Hologram_Dash.ino b/examples/more/Hologram_Dash/Hologram_Dash.ino index 532fee4..2f195da 100644 --- a/examples/more/Hologram_Dash/Hologram_Dash.ino +++ b/examples/more/Hologram_Dash/Hologram_Dash.ino @@ -4,7 +4,7 @@ * It can be used to perform HTTP/RESTful API calls. * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/examples/more/Industruino/Industruino.ino b/examples/more/Industruino/Industruino.ino index 5e30f86..3757f0c 100644 --- a/examples/more/Industruino/Industruino.ino +++ b/examples/more/Industruino/Industruino.ino @@ -8,7 +8,7 @@ * or from http://librarymanager/all#ArduinoHttpClient * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * For more HTTP API examples, see ArduinoHttpClient library * diff --git a/examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino b/examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino index a25babd..e2a679d 100644 --- a/examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino +++ b/examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino @@ -3,7 +3,7 @@ * This sketch uploads SSL certificates to the SIM8xx * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/