Skip to content

Commit 83d01cc

Browse files
committed
address feedback
1 parent 9475d78 commit 83d01cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/micropython-course/course/00.introduction-arduino/intro-to-arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Programming an Arduino using MicroPython is a slightly different experience. In
7373

7474
Over the years Arduino has released over a hundred different development boards, each different from the other. You choose the board depending on what you want to achieve, e.g. some boards have a Wi-Fi® module allowing you to connect to the Internet, and some have onboard sensors that allow you to record sensor data.
7575

76-
- [Next chapter: Introduction to MicroPython](/micropython-course/course/introduction-python)
76+
- [Next chapter: Introduction to MicroPython](/micropython-course/course/installation)

content/micropython-course/course/01.installation/installation-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ In this chapter we will go over how to install the prerequisite software: the **
1616

1717
The software you will have installed are:
1818

19-
- [Arduino Lab for MicroPython](https://labs.arduino.cc/en/labs/micropython)
20-
- The [Arduino MicroPython Installer](https://labs.arduino.cc/en/labs/micropython-installer)
19+
- Arduino Lab for MicroPython
20+
- The Arduino MicroPython Installer
2121

2222
![The Installed Software](./assets/apps-open.png)
2323

@@ -39,7 +39,7 @@ The **Firmware Installer** program will help install MicroPython on your board.
3939

4040
It will automatically download the latest version of the MicroPython firmware and install it on your board, so that all you need to do is to connect the board and press a button.
4141

42-
First [download the app here](), and extract the files to a folder on your computer.
42+
First [download the app here](https://labs.arduino.cc/en/labs/micropython-installer), and extract the files to a folder on your computer.
4343

4444
If you're on macOS, move the application to your **Applications** folder.
4545

0 commit comments

Comments
 (0)