aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-09-13 13:55:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-13 14:02:45 -0700
commitc4c80a3fe7f585748110056dade5748856b34f5c (patch)
tree3f80674e268694e187decbea9007eab4e483d24f /tensorflow/tools/docs
parentdf46916ab0f8aa9fbf45f6847c9216ecc90515a9 (diff)
internal change
PiperOrigin-RevId: 212872625
Diffstat (limited to 'tensorflow/tools/docs')
-rw-r--r--tensorflow/tools/docs/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/docs/parser.py b/tensorflow/tools/docs/parser.py
index a6159fa692..83b4bf8128 100644
--- a/tensorflow/tools/docs/parser.py
+++ b/tensorflow/tools/docs/parser.py
@@ -1479,7 +1479,7 @@ class ParserConfig(object):
self.base_dir = base_dir
self.defined_in_prefix = 'tensorflow/'
self.code_url_prefix = (
- 'https://www.tensorflow.org/code/tensorflow/') # pylint: disable=line-too-long
+ '/code/stable/tensorflow/') # pylint: disable=line-too-long
def py_name_to_object(self, full_name):
"""Return the Python object for a Python symbol name."""