From 0595201d81bac128867c0aa8eec61db2efbe128b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 2 Oct 2016 18:19:07 +0300 Subject: [PATCH] Use link to the latest release notes --- platformio/maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/maintenance.py b/platformio/maintenance.py index 05bdc5b9..e1c6bc07 100644 --- a/platformio/maintenance.py +++ b/platformio/maintenance.py @@ -247,7 +247,7 @@ def check_platformio_upgrade(): click.secho("pip install -U platformio", fg="cyan", nl=False) click.secho("` command.", fg="yellow") click.secho("Changes: ", fg="yellow", nl=False) - click.secho("http://docs.platformio.org/en/stable/history.html", fg="cyan") + click.secho("http://docs.platformio.org/en/latest/history.html", fg="cyan") click.echo("*" * terminal_width) click.echo("")