From 95582d16a6e272395716e5a0533c9f195d3bace2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 30 Dec 2014 14:02:20 +0200 Subject: [PATCH] Rename Twitter account to @PlatformIO_Org --- README.rst | 2 +- docs/index.rst | 2 +- platformio/maintenance.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a92a43d6..11ea743f 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ PlatformIO `Documentation `_ | `Project Examples `_ | `Blog `_ | -`Twitter `_ +`Twitter `_ .. image:: https://raw.githubusercontent.com/ivankravets/platformio/develop/docs/_static/platformio-logo.png :target: http://platformio.ikravets.com diff --git a/docs/index.rst b/docs/index.rst index b72528a6..5ebd76ad 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ PlatformIO: A cross-platform code builder and the missing library manager `Source Code `_ | `Issues `_ | `Blog `_ | -`Twitter `_ +`Twitter `_ You have no need to install any *IDE* or compile any tool chains. *PlatformIO* has pre-built different development platforms including: compiler, debugger, diff --git a/platformio/maintenance.py b/platformio/maintenance.py index d7d620d5..37b133be 100644 --- a/platformio/maintenance.py +++ b/platformio/maintenance.py @@ -92,7 +92,7 @@ def after_upgrade(ctx): "- %s us on Twitter to stay up-to-date " "on the latest project news > %s" % (click.style("follow", fg="cyan"), - click.style("https://twitter.com/platformiotool", fg="cyan")) + click.style("https://twitter.com/PlatformIO_Org", fg="cyan")) ) click.echo("- %s us a star on GitHub > %s" % ( click.style("give", fg="cyan"),