Update howto document (#5047)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 24 Apr 2019 00:48:31 +0000 (09:48 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 24 Apr 2019 00:48:31 +0000 (09:48 +0900)
Update howto document's tflite model link

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
docs/howto.md

index 55dff9a..76d3b07 100644 (file)
@@ -20,7 +20,7 @@ $ USE_NNAPI=1 LD_LIBRARY_PATH="$(pwd)/Product/obj/runtimes/logging:$(pwd)/Produc
 ```
 
 ## How to get pre-built T/F Lite Flatbuffer models?
-Google provides several pre-built T/F Lite models. Please check [this article](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/models.md)
+Google provides several pre-built T/F Lite models. Please check [this page](https://www.tensorflow.org/lite/models)
 
 
 ## Build How-to