Use link to the latest release notes

This commit is contained in:
Ivan Kravets
2016-10-02 18:19:07 +03:00
parent bee52c715e
commit 0595201d81

View File

@@ -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("")