Skip to content

Commit 301380d

Browse files
committed
Update Note format and link
1 parent 31c6275 commit 301380d

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](https://docs.arduino.cc/tutorials/uno-q/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](hardware/uno-q/tutorials/user-manual/#from-serial-to-monitor)
235235

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

0 commit comments

Comments
 (0)