summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author이성재/On-Device Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>2019-01-21 12:49:32 +0900
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2019-01-21 12:49:32 +0900
commit782d3c12dff74ab26304d12a819e52f1378f7320 (patch)
treeebe4ba8e06569b166b467cfc53a997036098c54d /docs
parentc31c6246a7fd1f36d789e1746f3bcf67d0067ec5 (diff)
downloadnnfw-782d3c12dff74ab26304d12a819e52f1378f7320.tar.gz
nnfw-782d3c12dff74ab26304d12a819e52f1378f7320.tar.bz2
nnfw-782d3c12dff74ab26304d12a819e52f1378f7320.zip
Update broken links to model repository in `howto.md`. (#4274)
- Update broken model zoo links as `tflite` leaves contrib. Signed-off-by: Sung-Jae Lee <sj925.lee@samsung.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/howto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto.md b/docs/howto.md
index 866f56115..55dff9a03 100644
--- a/docs/howto.md
+++ b/docs/howto.md
@@ -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/contrib/lite/g3doc/models.md)
+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)
## Build How-to