This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git

commit ccb0d668642b46b282bff3a7a5e07b5de2a12a4a
Author: Wojciech Pietraszewski <[email protected]>
AuthorDate: Tue Apr 30 18:22:35 2024 +0200

    site/docs/quick-start: Add a hyperlink to 'Supported Boards' section on the 
landing page
    
    Now the hyperlink leads to the
    specific section on the landing page
    instead of the top of the page itself.
---
 custom-theme/landing.html | 4 ++--
 docs/quick-start.md       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index f42338ee00..6846dec491 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -14,7 +14,7 @@
                 <ul>
                   <li> Full stack, host only, or controller only - your choice 
</li>
                   <li> Maximum throughput of 2Mbps </li>
-                  <li> 32+ concurrent connections, multiple connections in 
simulatenous central and peripheral roles </li>
+                  <li> 32+ concurrent connections, multiple connections in 
simultaneous central and peripheral roles </li>
                   <li> <a href="latest/network/">More on NimBLE...</a> </li>
                 </ul>
               <li> LoRa PHY and LoRaWAN support </li>
@@ -111,7 +111,7 @@
 <br>
 <br>
 
-          <div class="row">
+          <div class="row" id="supported_boards">
             <div class="col-xs-12">
 
             <h2>Supported Boards</h2>
diff --git a/docs/quick-start.md b/docs/quick-start.md
index c133f9ca85..f3d2e89e7f 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -18,7 +18,7 @@ Start a new project as explained under [Create Your First 
Project](/latest/get_s
 
 *   When you [Create Your First 
Project](/latest/get_started/project_create.html) you define a simulated target 
and run Project Blinky, the Hello World equivalent in the embedded world.
 
-*   If you have one of the supported [boards](/), you can make real LEDs blink 
in [Project Blinky](/latest/tutorials/blinky/blinky.html). Simply choose the 
appropriate tutorial for the board and proceed.
+*   If you have one of the supported [boards](/#supported_boards), you can 
make real LEDs blink in [Project Blinky](/latest/tutorials/blinky/blinky.html). 
Simply choose the appropriate tutorial for the board and proceed.
 
 <br>
 

Reply via email to