Fix installation link on documentation page

This commit is contained in:
Daniel Fekete 2017-05-02 17:25:08 +02:00
parent b2fa8a5e4a
commit 2e6428c33e
3 changed files with 16 additions and 16 deletions

View File

@ -203,7 +203,7 @@
<p>TODO create boards manager package</p> <p>TODO create boards manager package</p>
<h2 id="installation-developers">Installation - Developers</h2> <h2 id="installation-developers">Installation - Developers</h2>
<ol> <ol>
<li>Download the latest version from <a href="">https://github.com/danieleff/STM32GENERIC</a></li> <li>Download the latest version from <a href="https://github.com/danieleff/STM32GENERIC">https://github.com/danieleff/STM32GENERIC</a></li>
<li>Unzip it into [Arduino]/hardware folder</li> <li>Unzip it into [Arduino]/hardware folder</li>
<li>Install Arduino Zero from the board manager for the arm-none-eabi-gcc compiler</li> <li>Install Arduino Zero from the board manager for the arm-none-eabi-gcc compiler</li>
</ol> </ol>

View File

@ -4,7 +4,7 @@
<url> <url>
<loc>/</loc> <loc>/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -12,7 +12,7 @@
<url> <url>
<loc>/upload/</loc> <loc>/upload/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -21,43 +21,43 @@
<url> <url>
<loc>/menu_options/</loc> <loc>/menu_options/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/arduino_api/</loc> <loc>/arduino_api/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/spi/</loc> <loc>/spi/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/i2c/</loc> <loc>/i2c/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/uart/</loc> <loc>/uart/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/usb_cdc/</loc> <loc>/usb_cdc/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/stm32_hal/</loc> <loc>/stm32_hal/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -66,7 +66,7 @@
<url> <url>
<loc>/libraries/</loc> <loc>/libraries/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -75,19 +75,19 @@
<url> <url>
<loc>/boards/</loc> <loc>/boards/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/add_board/</loc> <loc>/add_board/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>/test/</loc> <loc>/test/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
@ -96,7 +96,7 @@
<url> <url>
<loc>/about/</loc> <loc>/about/</loc>
<lastmod>2017-04-26</lastmod> <lastmod>2017-05-02</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>

View File

@ -8,7 +8,7 @@ TODO create boards manager package
## Installation - Developers ## Installation - Developers
1. Download the latest version from [https://github.com/danieleff/STM32GENERIC]() 1. Download the latest version from [https://github.com/danieleff/STM32GENERIC](https://github.com/danieleff/STM32GENERIC)
2. Unzip it into [Arduino]/hardware folder 2. Unzip it into [Arduino]/hardware folder
3. Install Arduino Zero from the board manager for the arm-none-eabi-gcc compiler 3. Install Arduino Zero from the board manager for the arm-none-eabi-gcc compiler