Skip to content

Commit c9a4c3e

Browse files
author
Amanda Butler
authored
Change link in tutorials_intro.md
Point example link within docs instead of externally for a better UX.
1 parent 922f248 commit c9a4c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/tutorials_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Arm Mbed ecosystem is expansive and offers many opportunities. In contrast t
1010
<td><a href="../quick-start/index.html">Mbed OS quick start tutorial</a></td>
1111
</tr>
1212
<tr>
13-
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-blinky">Blinky example</a></td>
13+
<td><a href="../quick-start/online-with-the-online-compiler.html#importing-the-code">Blinky example</a></td>
1414
</tr>
1515
</tbody>
1616
</table>
@@ -115,7 +115,7 @@ These tutorials teach you to communicate with your development board, an essenti
115115
<td><a href="serial-comm.html">Board to PC communication over USB tutorial</a></td>
116116
</tr>
117117
<tr>
118-
<td><a href="serial-comm.html#minimal-printf">Low memory serial printf</a></td>
118+
<td><a href="serial-comm.html#minimal-printf">Low memory serial printf example</a></td>
119119
</tr>
120120
</tbody>
121121
</table>

0 commit comments

Comments
 (0)