Skip to content

Commit afa00f1

Browse files
committed
Fix link to hw user manual
1 parent 00abf80 commit afa00f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/software/app-lab/tutorials/01.getting-started/apps-lab-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Once an App is launched, the status of the App is available in the **Console**.
231231
- **Main (Python®)** - view the logs from the Python® application (`print()`)
232232
- **Sketch (Microcontroller)** – view data sent from the sketch using `Monitor.print()`.
233233

234-
**Note:** `Serial.println()` outputs data over UART and is not shown in the App Lab Console. To display messages in the Console, use `Monitor.print()`. Learn more in [From Serial to Monitor](/hardware/uno-q/tutorials/user-manual/#from-serial-to-monitor)
234+
**Note:** `Serial.println()` outputs data over UART and is not shown in the App Lab Console. To display messages in the Console, use `Monitor.print()`. Learn more in [From Serial to Monitor](/tutorials/uno-q/user-manual/#from-serial-to-monitor)
235235

236236
![App logs](assets/app-logs.png)
237237

0 commit comments

Comments
 (0)