diff --git a/HISTORY.rst b/HISTORY.rst index 8f8afef1..85f3c813 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -659,7 +659,7 @@ PlatformIO 1.0 (`issue #183 `_) * Added GDB as alternative uploader to `ststm32 `__ platform (`issue #175 `_) -* Added `examples `__ +* Added `examples `__ with preconfigured IDE projects (`issue #154 `_) * Fixed firmware uploading under Linux OS for Arduino Leonardo board diff --git a/README.rst b/README.rst index 32f07e81..d516a1b0 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ PlatformIO `Home `_ | `IDE `_ | -`Project Examples `_ | +`Project Examples `_ | `Docs `_ | `Twitter `_ | `Facebook `_ | diff --git a/docs/demo.rst b/docs/demo.rst index e53a31fa..7d1d2c25 100644 --- a/docs/demo.rst +++ b/docs/demo.rst @@ -19,7 +19,7 @@ Demo & Projects Project Examples ---------------- -Preconfigured demo projects are located in `PlatformIO GitHub `_ repository. +Preconfigured demo projects are located in `PlatformIO GitHub `_ repository. "Blink Project" --------------- diff --git a/docs/index.rst b/docs/index.rst index b2f1fcca..be6c83e8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,7 @@ libOpenCM3, etc.* * :ref:`ide_atom` * `Web 2.0 Library Search `_ | `Embedded Boards Explorer `_ -* `Project Examples `_ +* `Project Examples `_ * `Source Code `_ | `Issues `_ * `Blog `_ | diff --git a/docs/projectconf.rst b/docs/projectconf.rst index 0af9c5f5..6ca71ca4 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -610,7 +610,7 @@ Examples .. note:: A full list with project examples can be found in - `PlatformIO Repository `_. + `PlatformIO Repository `_. 1. :ref:`platform_atmelavr`: Arduino UNO board with auto pre-configured ``board_*`` and ``upload_*`` options (use only ``board`` option) and Arduino diff --git a/docs/quickstart.rst b/docs/quickstart.rst index def834dd..77877d28 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -256,5 +256,5 @@ Arduino Uno: Further Reading --------------- -* `Project examples `_ +* `Project examples `_ * :ref:`userguide` for PlatformIO CLI commands