diff --git a/README.rst b/README.rst index ae40bcdf..54a8279f 100644 --- a/README.rst +++ b/README.rst @@ -17,11 +17,12 @@ PlatformIO Core :target: https://pypi.python.org/pypi/platformio/ :alt: License .. image:: https://img.shields.io/badge/PlatformIO-Labs-orange.svg - :alt: Community Labs + :alt: PlatformIO Labs :target: https://piolabs.com/?utm_source=github&utm_medium=core -**Quick Links:** `Web `_ | +**Quick Links:** `Homepage `_ | `PlatformIO IDE `_ | +`Registry `_ | `Project Examples `__ | `Docs `_ | `Donate `_ | @@ -70,66 +71,9 @@ Solutions Registry -------- -* `Libraries `_ -* `Development Platforms `_ -* `Frameworks `_ -* `Embedded Boards `_ - -Development Platforms ---------------------- - -* `Aceinna IMU `_ -* `ASR Microelectronics ASR605x `_ -* `Atmel AVR `_ -* `Atmel SAM `_ -* `Espressif 32 `_ -* `Espressif 8266 `_ -* `Freescale Kinetis `_ -* `Infineon XMC `_ -* `Intel ARC32 `_ -* `Intel MCS-51 (8051) `_ -* `Kendryte K210 `_ -* `Lattice iCE40 `_ -* `Maxim 32 `_ -* `Microchip PIC32 `_ -* `Nordic nRF51 `_ -* `Nordic nRF52 `_ -* `Nuclei `_ -* `NXP LPC `_ -* `RISC-V `_ -* `RISC-V GAP `_ -* `Shakti `_ -* `Silicon Labs EFM32 `_ -* `ST STM32 `_ -* `ST STM8 `_ -* `Teensy `_ -* `TI MSP430 `_ -* `TI Tiva `_ -* `WIZNet W7500 `_ - -Frameworks ----------- - -* `Arduino `_ -* `CMSIS `_ -* `ESP-IDF `_ -* `ESP8266 Non-OS SDK `_ -* `ESP8266 RTOS SDK `_ -* `Freedom E SDK `_ -* `GigaDevice GD32V SDK `_ -* `Kendryte Standalone SDK `_ -* `Kendryte FreeRTOS SDK `_ -* `libOpenCM3 `_ -* `Mbed `_ -* `Nuclei SDK `_ -* `PULP OS `_ -* `Pumbaa `_ -* `Shakti SDK `_ -* `Simba `_ -* `SPL `_ -* `STM32Cube `_ -* `WiringPi `_ -* `Zephyr `_ +* `Libraries `_ +* `Development Platforms `_ +* `Development Tools `_ Contributing ------------ diff --git a/docs b/docs index ba3fca21..e8b27db4 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit ba3fca21eab09226c194f0a23463b3c253d2e069 +Subproject commit e8b27db402f17cda8b3a8c5bf9e4535d0ad9621a diff --git a/platformio/platform/_run.py b/platformio/platform/_run.py index bd9b687f..b82475b7 100644 --- a/platformio/platform/_run.py +++ b/platformio/platform/_run.py @@ -189,7 +189,7 @@ class PlatformRunMixin(object): filename=filename, filename_styled=click.style(filename, fg="cyan"), link=click.style( - "https://platformio.org/lib/search?query=header:%s" + "https://registry.platformio.org/search?q=header:%s" % quote(filename, safe=""), fg="blue", ),