aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/lib
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-08-16 11:41:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-16 12:10:03 -0700
commite4371880b1a50f7b23b2375c9c7c7fcd2dcf1a5b (patch)
treeda6c6a356190e79e818f1291224b14b0ffe23048 /tensorflow/python/lib
parent72c5efff887256ab50bc5f9e586cea17c71a50b2 (diff)
Remove magic-doc-links from code.
This change contains no code changes. Only doc-strings. We can't use relative links in code files, so we don't have much choice but to link to tensorflow.org/ The deleted links were to docs that no longer exist. PiperOrigin-RevId: 209019572
Diffstat (limited to 'tensorflow/python/lib')
-rw-r--r--tensorflow/python/lib/io/python_io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/lib/io/python_io.py b/tensorflow/python/lib/io/python_io.py
index aec12ab3ea..404423ce07 100644
--- a/tensorflow/python/lib/io/python_io.py
+++ b/tensorflow/python/lib/io/python_io.py
@@ -15,7 +15,7 @@
"""Python functions for directly manipulating TFRecord-formatted files.
-See the @{$python/python_io} guide.
+See the [Python IO](https://tensorflow.org/api_guides/python/python_io) guide.
"""
from __future__ import absolute_import