Use secured bitly

This commit is contained in:
Ivan Kravets
2021-10-25 20:25:23 +03:00
parent 67506511c3
commit 1dd0635e5e
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -98,7 +98,7 @@ class GDBClientProcess(DebugClientProcess):
]
banner = [
"echo PlatformIO Unified Debugger -> http://bit.ly/pio-debug\\n",
"echo PlatformIO Unified Debugger -> https://bit.ly/pio-debug\\n",
"echo PlatformIO: debug_tool = %s\\n" % self.debug_config.tool_name,
"echo PlatformIO: Initializing remote target...\\n",
]
@@ -157,7 +157,7 @@ class GDBClientProcess(DebugClientProcess):
% self.debug_config.init_break
)
self.console_log(
"PlatformIO: More configuration options -> http://bit.ly/pio-debug\n"
"PlatformIO: More configuration options -> https://bit.ly/pio-debug\n"
)
if self.debug_config.platform.is_embedded():
self.transport.get_pipe_transport(0).write(