From 5767fd8e12902a7e842859dcb1d6facf08b74ce2 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 9 Dec 2019 08:23:42 +1100 Subject: [PATCH] AP_SerialManager: use https:// scheme for ardupilot URLs --- libraries/AP_SerialManager/AP_SerialManager.cpp | 2 +- libraries/AP_SerialManager/AP_SerialManager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_SerialManager/AP_SerialManager.cpp b/libraries/AP_SerialManager/AP_SerialManager.cpp index faffda29eb..f43f4e09b8 100644 --- a/libraries/AP_SerialManager/AP_SerialManager.cpp +++ b/libraries/AP_SerialManager/AP_SerialManager.cpp @@ -1,5 +1,5 @@ /* - Please contribute your ideas! See http://dev.ardupilot.org for details + Please contribute your ideas! See https://dev.ardupilot.org for details This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libraries/AP_SerialManager/AP_SerialManager.h b/libraries/AP_SerialManager/AP_SerialManager.h index 2e38ecea03..44f627bf8f 100644 --- a/libraries/AP_SerialManager/AP_SerialManager.h +++ b/libraries/AP_SerialManager/AP_SerialManager.h @@ -1,5 +1,5 @@ /* - Please contribute your ideas! See http://dev.ardupilot.org for details + Please contribute your ideas! See https://dev.ardupilot.org for details This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by