From 2afc32099acaae7f2ac06109fe7971c862978bb0 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Thu, 5 Mar 2020 08:48:34 +0100 Subject: [PATCH] tests/pkg_tensorflow-lite: fix broken links --- tests/pkg_tensorflow-lite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.