Skip to content

Commit 82076b8

Browse files
Revert attempts to add relative links to extension docs
1 parent 98c09f0 commit 82076b8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/ml_is_event_detected.md

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

1313
## Parameters
1414

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

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

0 commit comments

Comments
 (0)