aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/android
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-11-28 16:06:37 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-28 16:10:10 -0800
commit9049b440df17de47baf16d9e24590c3d0761e2c9 (patch)
tree2bc188d8a92641166162715d5e50186142033a00 /tensorflow/contrib/android
parent5a1e22b753225a7fa14f4ae60c06cf50bce6b9a6 (diff)
Fix tensorflow-android jcenter link
PiperOrigin-RevId: 177233056
Diffstat (limited to 'tensorflow/contrib/android')
-rw-r--r--tensorflow/contrib/android/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/contrib/android/README.md b/tensorflow/contrib/android/README.md
index f49e5857fe..c7c128bf14 100644
--- a/tensorflow/contrib/android/README.md
+++ b/tensorflow/contrib/android/README.md
@@ -15,9 +15,9 @@ For prebuilt libraries, see the
page for a recent build.
The TensorFlow Inference Interface is also available as a
-[JCenter package](https://bintray.com/google/tensorflow/tensorflow-android) and
-can be included quite simply in your android project with a couple of lines in
-the project's `build.gradle` file:
+[JCenter package](https://bintray.com/google/tensorflow/tensorflow)
+(see the tensorflow-android directory) and can be included quite simply in your
+android project with a couple of lines in the project's `build.gradle` file:
```
allprojects {