Skip to content

Commit 1a84b0e

Browse files
author
Amanda Butler
authored
Fix broken links in introduction.md
Update broken links.
1 parent 1570d9b commit 1a84b0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/introduction/introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ Your application code is written in C and C++. It uses the *application programm
88

99
<span class="tips">If you're working on Windows, you might need to <a href="/docs/v5.7/tutorials/windows-serial-driver.html" target="_blank">install a serial driver</a>.</span>
1010

11-
The easiest way to work with Mbed OS is using one of our development tools. We've set up an example, <a href="/docs/v5.7/tutorials/your-first-arm-mbed-application.html" target="_blank">Blinky</a>, that you can try on each of the tools. Blinky teaches you to build and run an application on your board.
11+
The easiest way to work with Mbed OS is using one of our development tools. We've set up an example, <a href="/docs/v5.7/tutorials/your-first-program.html" target="_blank">Blinky</a>, that you can try on each of the tools. Blinky teaches you to build and run an application on your board.
1212

1313
Once you know how to build an existing application, it's time to learn <a href="/docs/v5.7/reference/index.html" target="_blank">how to write your own applications</a>.
1414

1515
##### Development tools
1616

17-
- Our offline development tool is <a href="/docs/v5.7/tools/mbed-cli.html" target="_blank">Arm Mbed CLI</a>, a command-line tool. This requires having a toolchain installed on your computer.
18-
- The <a href="/docs/v5.7/tools/arm-mbed-online-compiler.html" target="_blank">Arm Mbed Online Compiler</a> lets you write and build applications using a web browser.
17+
- Our offline development tool is <a href="/docs/v5.7/tools/arm-mbed-cli.html" target="_blank">Arm Mbed CLI</a>, a command-line tool. This requires having a toolchain installed on your computer.
18+
- The <a href="/docs/v5.7/tools/arm-online-compiler.html" target="_blank">Arm Mbed Online Compiler</a> lets you write and build applications using a web browser.
1919
- If you're working with third party tools, look at <a href="/docs/v5.7/tools/exporting.html" target="_blank">exporting instructions for the most popular ones</a>.
2020

2121
##### Communicating with and monitoring your board
2222

23-
You can <a href="/docs/v5.7/tutorials/serial-communication-overview.html" target="_blank">monitor and control an Mbed board</a> to help you debug and test your applications.
23+
You can <a href="/docs/v5.7/tutorials/serial-comm.html" target="_blank">monitor and control an Mbed board</a> to help you debug and test your applications.
2424

2525
<span class="tips">**Tip:** Learn more about debugging in the <a href="/docs/v5.7/tutorials/debugging-applications.html" target="_blank">debugging applications section</a>.</span>
2626

@@ -52,7 +52,7 @@ The Arm Mbed hardware architecture is designed to make sure you have all the too
5252

5353
#### Architecture diagram
5454

55-
This is the basic architecture of an <a href="/docs/v5.7/introduction/how-mbed-works.html" target="_blank">Mbed board</a>:
55+
This is the basic architecture of an Mbed board:
5656

5757
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/mbed_internal.png)<span>A sketch of a typical Mbed board's hardware architecture</span></span>
5858

0 commit comments

Comments
 (0)