From 59cfb05c29ed2358a1cb3df98de39691942b2b5c Mon Sep 17 00:00:00 2001 From: Jaesung Chung Date: Tue, 21 Jul 2020 19:36:37 -0700 Subject: [PATCH] Fix broken tflite support project's links in the guide documents. PiperOrigin-RevId: 322492499 --- tensorflow_lite_support/codegen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_lite_support/codegen/README.md b/tensorflow_lite_support/codegen/README.md index 425dab37b..d457edd1f 100644 --- a/tensorflow_lite_support/codegen/README.md +++ b/tensorflow_lite_support/codegen/README.md @@ -9,5 +9,5 @@ Lite model with typed objects such as `Bitmap` and `Rect`. The usefulness of the code generator depend on the completeness of the TensorFlow Lite model's metadata entry. Refer to the `` section under relevant fields in -[metadata_schema.fbs](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/experimental/support/metadata/metadata_schema.fbs), +[metadata_schema.fbs](https://github.com/tensorflow/tflite-support/blob/master/tensorflow_lite_support/metadata/metadata_schema.fbs), to see how the codegen tool parses each field.