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>
<h2 id="installation-developers">Installation - Developers</h2>
<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>Install Arduino Zero from the board manager for the arm-none-eabi-gcc compiler</li>
</ol>

View File

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

View File

@ -8,7 +8,7 @@ TODO create boards manager package
## 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
3. Install Arduino Zero from the board manager for the arm-none-eabi-gcc compiler