Force docs to HTTPS

This commit is contained in:
Ivan Kravets
2020-02-16 21:25:30 +02:00
parent 43664672fc
commit b8c9eee8af
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ class DebugServer(BaseProcess):
"\nCould not launch Debug Server '%s'. Please check that it "
"is installed and is included in a system PATH\n\n"
"See documentation or contact contact@platformio.org:\n"
"http://docs.platformio.org/page/plus/debugging.html\n"
"https://docs.platformio.org/page/plus/debugging.html\n"
% server_executable
)