diff --git a/platformio/downloader.py b/platformio/downloader.py index 737b21e4..4dc84a83 100644 --- a/platformio/downloader.py +++ b/platformio/downloader.py @@ -87,9 +87,7 @@ class FileDownloader(object): f.write(next(itercontent)) except IOError as e: click.secho( - "IOError: Please read -> http://docs.platformio.org" - "/en/latest/ide/vscode.html" - "#packagemanager-is-unable-to-install-tool", + "Error: Please read http://bit.ly/package-manager-ioerror", fg="red", err=True) raise e