Skip to content

Commit 8420165

Browse files
committed
Fix broken link.
1 parent f61b086 commit 8420165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v3/docs/DRIVERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ def add_item(q, data):
10181018
```
10191019
###### [Contents](./DRIVERS.md#0-contents)
10201020

1021-
## 3.8 Delay_ms class
1021+
# 8. Delay_ms class
10221022

10231023
This implements the software equivalent of a retriggerable monostable or a
10241024
watchdog timer. It has an internal boolean `running` state. When instantiated

v3/docs/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ watchdog timer. On timeout it can launch a callback or coroutine. It exposes an
12691269
altered dynamically.
12701270

12711271
It may be found in the `primitives` directory and is documented in
1272-
[Delay_ms class](./DRIVERS.md#8-delay_ms class).
1272+
[Delay_ms class](./DRIVERS.md#8-delay_ms-class).
12731273

12741274
## 3.9 Message
12751275

0 commit comments

Comments
 (0)