From 444579dfe6835e630bfae63a0402e12bbae22d7d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 22 Feb 2017 16:31:05 +0200 Subject: [PATCH] Update links to docs --- README.md | 4 ++-- examples/arduino-blink/.travis.yml | 6 +++--- examples/arduino-blink/lib/readme.txt | 2 +- examples/arduino-blink/platformio.ini | 2 +- examples/arduino-external-libs/.travis.yml | 6 +++--- examples/arduino-external-libs/lib/readme.txt | 2 +- examples/arduino-external-libs/platformio.ini | 2 +- examples/arduino-internal-libs/.travis.yml | 6 +++--- examples/arduino-internal-libs/lib/readme.txt | 2 +- examples/arduino-internal-libs/platformio.ini | 2 +- examples/cmsis-blink/.travis.yml | 6 +++--- examples/cmsis-blink/lib/readme.txt | 2 +- examples/cmsis-blink/platformio.ini | 2 +- examples/libopencm3-blink/.travis.yml | 6 +++--- examples/libopencm3-blink/lib/readme.txt | 2 +- examples/libopencm3-blink/platformio.ini | 2 +- examples/mbed-blink/.travis.yml | 6 +++--- examples/mbed-blink/lib/readme.txt | 2 +- examples/mbed-blink/platformio.ini | 2 +- examples/mbed-dsp/.travis.yml | 6 +++--- examples/mbed-dsp/lib/readme.txt | 2 +- examples/mbed-dsp/platformio.ini | 2 +- examples/mbed-events/.travis.yml | 6 +++--- examples/mbed-events/lib/readme.txt | 2 +- examples/mbed-events/platformio.ini | 2 +- examples/mbed-rtos/.travis.yml | 6 +++--- examples/mbed-rtos/lib/readme.txt | 2 +- examples/mbed-rtos/platformio.ini | 2 +- examples/mbed-serial/.travis.yml | 6 +++--- examples/mbed-serial/lib/readme.txt | 2 +- examples/mbed-serial/platformio.ini | 2 +- examples/spl-blink/.travis.yml | 6 +++--- examples/spl-blink/lib/readme.txt | 2 +- examples/spl-blink/platformio.ini | 2 +- 34 files changed, 57 insertions(+), 57 deletions(-) diff --git a/README.md b/README.md index fb97677..4216166 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is designed to offer new degrees of freedom to MCU users. It offers a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation, while maintaining full integration and ease of development. * [Home](http://platformio.org/platforms/ststm32) (home page in PlatformIO Platform Registry) -* [Documentation](http://docs.platformio.org/en/stable/platforms/ststm32.html) (advanced usage, packages, boards, frameworks, etc.) +* [Documentation](http://docs.platformio.org/page/platforms/ststm32.html) (advanced usage, packages, boards, frameworks, etc.) # Usage -1. [Install PlatformIO CLI](http://docs.platformio.org/en/stable/installation.html) +1. [Install PlatformIO Core](http://docs.platformio.org/en/latest/core.html) 2. Install ST STM32 development platform: ```bash # install the latest stable version diff --git a/examples/arduino-blink/.travis.yml b/examples/arduino-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/arduino-blink/.travis.yml +++ b/examples/arduino-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/arduino-blink/lib/readme.txt b/examples/arduino-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/arduino-blink/lib/readme.txt +++ b/examples/arduino-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/arduino-blink/platformio.ini b/examples/arduino-blink/platformio.ini index d36e0c2..cbb41ee 100644 --- a/examples/arduino-blink/platformio.ini +++ b/examples/arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:maple] platform = ststm32 diff --git a/examples/arduino-external-libs/.travis.yml b/examples/arduino-external-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/arduino-external-libs/.travis.yml +++ b/examples/arduino-external-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/arduino-external-libs/lib/readme.txt b/examples/arduino-external-libs/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/arduino-external-libs/lib/readme.txt +++ b/examples/arduino-external-libs/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/arduino-external-libs/platformio.ini b/examples/arduino-external-libs/platformio.ini index 3427c11..74b207e 100644 --- a/examples/arduino-external-libs/platformio.ini +++ b/examples/arduino-external-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:maple] platform = ststm32 diff --git a/examples/arduino-internal-libs/.travis.yml b/examples/arduino-internal-libs/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/arduino-internal-libs/.travis.yml +++ b/examples/arduino-internal-libs/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/arduino-internal-libs/lib/readme.txt b/examples/arduino-internal-libs/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/arduino-internal-libs/lib/readme.txt +++ b/examples/arduino-internal-libs/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/arduino-internal-libs/platformio.ini b/examples/arduino-internal-libs/platformio.ini index d36e0c2..cbb41ee 100644 --- a/examples/arduino-internal-libs/platformio.ini +++ b/examples/arduino-internal-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:maple] platform = ststm32 diff --git a/examples/cmsis-blink/.travis.yml b/examples/cmsis-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/cmsis-blink/.travis.yml +++ b/examples/cmsis-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/cmsis-blink/lib/readme.txt b/examples/cmsis-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/cmsis-blink/lib/readme.txt +++ b/examples/cmsis-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/cmsis-blink/platformio.ini b/examples/cmsis-blink/platformio.ini index 669535b..5e11ba8 100644 --- a/examples/cmsis-blink/platformio.ini +++ b/examples/cmsis-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/libopencm3-blink/.travis.yml b/examples/libopencm3-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/libopencm3-blink/.travis.yml +++ b/examples/libopencm3-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/libopencm3-blink/lib/readme.txt b/examples/libopencm3-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/libopencm3-blink/lib/readme.txt +++ b/examples/libopencm3-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/libopencm3-blink/platformio.ini b/examples/libopencm3-blink/platformio.ini index 842e5fd..8b75abe 100644 --- a/examples/libopencm3-blink/platformio.ini +++ b/examples/libopencm3-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-blink/.travis.yml b/examples/mbed-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-blink/.travis.yml +++ b/examples/mbed-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-blink/lib/readme.txt b/examples/mbed-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-blink/lib/readme.txt +++ b/examples/mbed-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-blink/platformio.ini b/examples/mbed-blink/platformio.ini index 334bf3e..4d3cddd 100644 --- a/examples/mbed-blink/platformio.ini +++ b/examples/mbed-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-dsp/.travis.yml b/examples/mbed-dsp/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-dsp/.travis.yml +++ b/examples/mbed-dsp/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-dsp/lib/readme.txt b/examples/mbed-dsp/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-dsp/lib/readme.txt +++ b/examples/mbed-dsp/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-dsp/platformio.ini b/examples/mbed-dsp/platformio.ini index 334bf3e..4d3cddd 100644 --- a/examples/mbed-dsp/platformio.ini +++ b/examples/mbed-dsp/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-events/.travis.yml b/examples/mbed-events/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-events/.travis.yml +++ b/examples/mbed-events/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-events/lib/readme.txt b/examples/mbed-events/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-events/lib/readme.txt +++ b/examples/mbed-events/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-events/platformio.ini b/examples/mbed-events/platformio.ini index 334bf3e..4d3cddd 100644 --- a/examples/mbed-events/platformio.ini +++ b/examples/mbed-events/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-rtos/.travis.yml b/examples/mbed-rtos/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-rtos/.travis.yml +++ b/examples/mbed-rtos/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-rtos/lib/readme.txt b/examples/mbed-rtos/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-rtos/lib/readme.txt +++ b/examples/mbed-rtos/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-rtos/platformio.ini b/examples/mbed-rtos/platformio.ini index a8fe0eb..65d3949 100644 --- a/examples/mbed-rtos/platformio.ini +++ b/examples/mbed-rtos/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/mbed-serial/.travis.yml b/examples/mbed-serial/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/mbed-serial/.travis.yml +++ b/examples/mbed-serial/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/mbed-serial/lib/readme.txt b/examples/mbed-serial/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/mbed-serial/lib/readme.txt +++ b/examples/mbed-serial/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/mbed-serial/platformio.ini b/examples/mbed-serial/platformio.ini index 334bf3e..4d3cddd 100644 --- a/examples/mbed-serial/platformio.ini +++ b/examples/mbed-serial/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32 diff --git a/examples/spl-blink/.travis.yml b/examples/spl-blink/.travis.yml index ac0a029..593d7ef 100644 --- a/examples/spl-blink/.travis.yml +++ b/examples/spl-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/en/stable/ci/index.html > +# several times a day < http://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/en/stable/ci/travis.html > +# < http://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html > +# < http://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment diff --git a/examples/spl-blink/lib/readme.txt b/examples/spl-blink/lib/readme.txt index 0d0e7be..4b6209e 100644 --- a/examples/spl-blink/lib/readme.txt +++ b/examples/spl-blink/lib/readme.txt @@ -34,5 +34,5 @@ include paths and build them. See additional options for PlatformIO Library Dependency Finder `lib_*`: -http://docs.platformio.org/en/stable/projectconf.html#lib-install +http://docs.platformio.org/page/projectconf.html#lib-install diff --git a/examples/spl-blink/platformio.ini b/examples/spl-blink/platformio.ini index 2847218..e1255cf 100644 --- a/examples/spl-blink/platformio.ini +++ b/examples/spl-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/en/stable/projectconf.html +; http://docs.platformio.org/page/projectconf.html [env:disco_f407vg] platform = ststm32