aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/resource_variable_ops.cc
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2017-04-28 21:26:21 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-28 22:52:25 -0700
commit1d679a04765c4cfa271335483fc28270834f43be (patch)
tree8c5501d015d8287fdddcf1d8a8f4bd7632266b81 /tensorflow/core/ops/resource_variable_ops.cc
parent2d264f38fdf254caa340e7ddf35fd55289f15f69 (diff)
Fix broken links to images, make all image links absolute.
Fixes #8064, fixes #7685. (after docs republish) Change: 154614227
Diffstat (limited to 'tensorflow/core/ops/resource_variable_ops.cc')
-rw-r--r--tensorflow/core/ops/resource_variable_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/ops/resource_variable_ops.cc b/tensorflow/core/ops/resource_variable_ops.cc
index c190b81dde..c060aa6be9 100644
--- a/tensorflow/core/ops/resource_variable_ops.cc
+++ b/tensorflow/core/ops/resource_variable_ops.cc
@@ -295,7 +295,7 @@ the same location, their contributions add.
Requires `updates.shape = indices.shape + ref.shape[1:]`.
<div style="width:70%; margin:auto; margin-bottom:10px; margin-top:20px;">
-<img style="width:100%" src="../../images/ScatterAdd.png" alt>
+<img style="width:100%" src="https://www.tensorflow.org/images/ScatterAdd.png" alt>
</div>
resource: Should be from a `Variable` node.