Skip to content

Commit 4ccb8af

Browse files
Try linking to related docs in extension
1 parent b1e10db commit 4ccb8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ml_is_event_detected.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ml.isDetected(ml.event.Unknown)
88

99
The ML model updates its estimated action several times a second. This function compares the latest value of the estimated value to the action you choose. Use the boolean value to make logical decisions in your program.
1010

11-
Some programs will be easier to write using the on ML start and on ML stop event handlers instead.
11+
Some programs will be easier to write using the [on ML start](./ml_on_event_start.md) and [on ML stop](./ml_on_event_stop.md) event handlers instead.
1212

1313
## Parameters
1414

0 commit comments

Comments
 (0)