Skip to content

Commit 7b7653e

Browse files
committed
Tutorial: fix broken link.
1 parent 6069a28 commit 7b7653e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/docs/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ provide a solution if the data source supports it.
18201820

18211821
### 6.3.1 A UART driver example
18221822

1823-
The program [auart_hd.py](./as_demos/auart_hd.py) illustrates a method of
1823+
The program [auart_hd.py](../as_demos/auart_hd.py) illustrates a method of
18241824
communicating with a half duplex device such as one responding to the modem
18251825
'AT' command set. Half duplex means that the device never sends unsolicited
18261826
data: its transmissions are always in response to a command from the master.

0 commit comments

Comments
 (0)