Skip to content

Commit 98c09f0

Browse files
Remove .md extensions, is "See also" special
1 parent 4ccb8af commit 98c09f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/ml_is_event_detected.md

Lines changed: 5 additions & 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](./ml_on_event_start.md) and [on ML stop](./ml_on_event_stop.md) event handlers instead.
11+
Some programs will be easier to write using the [on ML start](./ml_on_event_start) and [on ML stop](./ml_on_event_stop) event handlers instead.
1212

1313
## Parameters
1414

@@ -30,6 +30,10 @@ basic.forever(function () {
3030
})
3131
```
3232

33+
## See also
34+
35+
- [write file](./ml_on_event_start)
36+
3337
```package
3438
machine-learning-help-stubs=github:microbit-foundation/pxt-microbit-ml-help-stubs#v0.0.1
3539
machine-learning=github:microbit-foundation/pxt-microbit-ml#v1.0.2

0 commit comments

Comments
 (0)