diff --git a/tests/pkg_tensorflow-lite/README.md b/tests/pkg_tensorflow-lite/README.md index d667cf87fe..1404cafa69 100644 --- a/tests/pkg_tensorflow-lite/README.md +++ b/tests/pkg_tensorflow-lite/README.md @@ -7,7 +7,7 @@ microcontrollers: MLP (Multi-Layer Perceptron) model and how to reuse it in a RIOT application. The code of this example is provided as an external module in the [mnist](mnist) directory. -- The other example, [Hello World](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/micro/examples/hello_world), +- The other example, [Hello World](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro/examples/hello_world), taken as-is from TensorFlow Lite code, simply replicates a `sine` function from a trained model.