You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction/introduction.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ Your application code is written in C and C++. It uses the *application programm
8
8
9
9
<spanclass="tips">If you're working on Windows, you might need to <ahref="/docs/v5.7/tutorials/windows-serial-driver.html"target="_blank">install a serial driver</a>.</span>
10
10
11
-
The easiest way to work with Mbed OS is using one of our development tools. We've set up an example, <ahref="/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, <ahref="/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.
12
12
13
13
Once you know how to build an existing application, it's time to learn <ahref="/docs/v5.7/reference/index.html"target="_blank">how to write your own applications</a>.
14
14
15
15
##### Development tools
16
16
17
-
- Our offline development tool is <ahref="/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 <ahref="/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 <ahref="/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 <ahref="/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.
19
19
- If you're working with third party tools, look at <ahref="/docs/v5.7/tools/exporting.html"target="_blank">exporting instructions for the most popular ones</a>.
20
20
21
21
##### Communicating with and monitoring your board
22
22
23
-
You can <ahref="/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 <ahref="/docs/v5.7/tutorials/serial-comm.html"target="_blank">monitor and control an Mbed board</a> to help you debug and test your applications.
24
24
25
25
<spanclass="tips">**Tip:** Learn more about debugging in the <ahref="/docs/v5.7/tutorials/debugging-applications.html"target="_blank">debugging applications section</a>.</span>
26
26
@@ -52,7 +52,7 @@ The Arm Mbed hardware architecture is designed to make sure you have all the too
52
52
53
53
#### Architecture diagram
54
54
55
-
This is the basic architecture of an <ahref="/docs/v5.7/introduction/how-mbed-works.html"target="_blank">Mbed board</a>:
55
+
This is the basic architecture of an Mbed board:
56
56
57
57
<spanclass="images"><span>A sketch of a typical Mbed board's hardware architecture</span></span>
0 commit comments