aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar Toni Kunic <tkunic@rocketmail.com>2017-12-04 17:00:43 -0500
committerGravatar GitHub <noreply@github.com>2017-12-04 17:00:43 -0500
commitf410adcacc0fe0021abe2fd3958ca0c8597c606e (patch)
tree88ce26f907206a494622e93170026fdff658707e /tensorflow/examples
parent27c55e556b77fdc841fb54483dece48476645239 (diff)
Fix link to BUILD file in android readme.
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/android/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/android/README.md b/tensorflow/examples/android/README.md
index 881a975e60..0fb96d60ce 100644
--- a/tensorflow/examples/android/README.md
+++ b/tensorflow/examples/android/README.md
@@ -164,7 +164,7 @@ download-models.gradle.
**Optional**: If you wish to place the models in your assets manually, remove
all of the `model_files` entries from the `assets` list in `tensorflow_demo`
-found in the `[BUILD](BUILD)` file. Then download and extract the archives
+found in the [`BUILD`](BUILD#L92) file. Then download and extract the archives
yourself to the `assets` directory in the source tree:
```bash