Switch docs to HTTPS

This commit is contained in:
Ivan Kravets
2018-08-15 19:44:02 +03:00
parent d009b997bc
commit d448a0ec5c
20 changed files with 299 additions and 298 deletions

View File

@ -63,7 +63,7 @@ def cli(dev):
fg="green")
click.echo("Release notes: ", nl=False)
click.secho(
"http://docs.platformio.org/en/latest/history.html", fg="cyan")
"https://docs.platformio.org/en/latest/history.html", fg="cyan")
except Exception as e: # pylint: disable=broad-except
if not r:
raise exception.UpgradeError("\n".join([str(cmd), str(e)]))