aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-01-08 15:59:58 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-08 16:04:13 -0800
commitee6ba1e05d55077b4f2d304650d8219459343c76 (patch)
tree77fdfbd1430968f1ee54e4907fc7a8548dd9477f
parentb14b3c4f76340192af3870b42014b31eec41c5f2 (diff)
Fix sample_benchmark target path in documentation.
PiperOrigin-RevId: 181232554
-rw-r--r--tensorflow/docs_src/community/benchmarks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/community/benchmarks.md b/tensorflow/docs_src/community/benchmarks.md
index 70c0d3e08e..67856ce869 100644
--- a/tensorflow/docs_src/community/benchmarks.md
+++ b/tensorflow/docs_src/community/benchmarks.md
@@ -97,7 +97,7 @@ load("//tensorflow/tools/test:performance.bzl", "tf_py_logged_benchmark")
tf_py_logged_benchmark(
name = "sample_logged_benchmark",
- target = "//tensorflow/tools/test:sample_benchmark",
+ target = "//tensorflow/examples/benchmark:sample_benchmark",
)
```