Skip to content

Commit c3bd91a

Browse files
authored
Merge pull request #4294 from esp8266/ivankravets-patch-1
Update integration with @platformio
2 parents e38f19e + e3074e9 commit c3bd91a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ python get.py
5151

5252
### Using PlatformIO
5353

54-
[PlatformIO](http://platformio.org) is an open source ecosystem for IoT
54+
[PlatformIO](http://platformio.org?utm_source=github&utm_medium=arduino-esp8266) is an open source ecosystem for IoT
5555
development with cross platform build system, library manager and full support
5656
for Espressif (ESP8266) development. It works on the popular host OS: macOS, Windows,
5757
Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
5858

59-
- [What is PlatformIO?](http://docs.platformio.org/page/what-is-platformio.html)
60-
- [PlatformIO IDE](http://platformio.org/platformio-ide)
61-
- Quick Start with [PlatformIO IDE](http://docs.platformio.org/page/ide/atom.html#quick-start) or [PlatformIO Core](http://docs.platformio.org/page/core.html)
62-
- [Advanced usage](http://docs.platformio.org/page/platforms/espressif.html) -
63-
custom settings, uploading to SPIFFS, Over-the-Air (OTA) or using stage version
64-
- [Integration with Cloud and Standalone IDEs](http://docs.platformio.org/page/ide.html) -
65-
Cloud9, Codeanywhere, Eclipse Che (Codenvy), Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM and Visual Studio
66-
- [Project Examples](http://docs.platformio.org/page/platforms/espressif.html#examples)
59+
- [What is PlatformIO?](http://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=arduino-esp8266)
60+
- [PlatformIO IDE](http://platformio.org/platformio-ide?utm_source=github&utm_medium=arduino-esp8266)
61+
- [PlatformIO Core](http://docs.platformio.org/en/latest/core.html?utm_source=github&utm_medium=arduino-esp8266) (command line tool)
62+
- [Advanced usage](http://docs.platformio.org/en/latest/platforms/espressif8266.html?utm_source=github&utm_medium=arduino-esp8266) -
63+
custom settings, uploading to SPIFFS, Over-the-Air (OTA), staging version
64+
- [Integration with Cloud and Standalone IDEs](http://docs.platformio.org/en/latest/ide.html?utm_source=github&utm_medium=arduino-esp8266) -
65+
Cloud9, Codeanywhere, Eclipse Che (Codenvy), Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM, Visual Studio, and VSCode
66+
- [Project Examples](http://docs.platformio.org/en/latest/platforms/espressif8266.html?utm_source=github&utm_medium=arduino-esp8266#examples)
6767

6868
### Building with make
6969

0 commit comments

Comments
 (0)