Use stable docs

This commit is contained in:
Ivan Kravets
2016-08-02 21:13:58 +03:00
parent 9d1128af51
commit 4f2c207bb3
19 changed files with 49 additions and 49 deletions

View File

@ -70,7 +70,7 @@ def cli():
"PlatformIO has been successfully upgraded to %s" %
actual_version, fg="green")
click.echo("Release notes: ", nl=False)
click.secho("http://docs.platformio.org/en/latest/history.html",
click.secho("http://docs.platformio.org/en/stable/history.html",
fg="cyan")
except Exception as e: # pylint: disable=W0703
if not r: