aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-08 20:04:15 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-08 20:04:15 -0700
commit1a7805207d087d049336b67af2c14cb6253b1a21 (patch)
treeffefbdba513bf5d1d7bd9f2a04fe664f6726619c /tensorflow/examples
parent6a1ff77906f5abf848e4b7e394d9fb5a81695a6e (diff)
parent3d5364b9d75d36121289fc36c02cd02c0bd0d1a9 (diff)
Merge pull request #20432 from daj:fix-broken-links
PiperOrigin-RevId: 207986608
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/android/README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/tensorflow/examples/android/README.md b/tensorflow/examples/android/README.md
index 30a26d13c5..dac9b7ab82 100644
--- a/tensorflow/examples/android/README.md
+++ b/tensorflow/examples/android/README.md
@@ -45,11 +45,7 @@ on API >= 14 devices.
## Prebuilt Components:
-If you just want the fastest path to trying the demo, you may download the
-nightly build
-[here](https://ci.tensorflow.org/view/Nightly/job/nightly-android/). Expand the
-"View" and then the "out" folders under "Last Successful Artifacts" to find
-tensorflow_demo.apk.
+The fastest path to trying the demo is to download the [prebuilt demo APK](http://download.tensorflow.org/deps/tflite/TfLiteCameraDemo.apk).
Also available are precompiled native libraries, and a jcenter package that you
may simply drop into your own applications. See
@@ -113,8 +109,7 @@ protobuf compilation.
NOTE: Bazel does not currently support building for Android on Windows. Full
support for gradle/cmake builds is coming soon, but in the meantime we suggest
-that Windows users download the [prebuilt
-binaries](https://ci.tensorflow.org/view/Nightly/job/nightly-android/) instead.
+that Windows users download the [prebuilt demo APK](http://download.tensorflow.org/deps/tflite/TfLiteCameraDemo.apk) instead.
##### Install Bazel and Android Prerequisites