From 3dc81a18dae23148db8178afa75ad9c239c43e69 Mon Sep 17 00:00:00 2001 From: Brian Atkinson Date: Mon, 16 Dec 2019 19:29:15 -0800 Subject: [PATCH] Fix link to point to external documentation. PiperOrigin-RevId: 285898531 Change-Id: I0404ae4a9759ca01042db4684bc2282062137418 --- tensorflow/tools/docs/tf_doctest_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/docs/tf_doctest_lib.py b/tensorflow/tools/docs/tf_doctest_lib.py index cac1a4a4934..b33d14a0a40 100644 --- a/tensorflow/tools/docs/tf_doctest_lib.py +++ b/tensorflow/tools/docs/tf_doctest_lib.py @@ -191,7 +191,7 @@ class TfDoctestOutputChecker(doctest.OutputChecker, object): message = textwrap.dedent("""\n ############################################################# Check the documentation - (go/testable-docstrings) on how to write testable docstrings. + (https://www.tensorflow.org/community/contribute/docs_ref) on how to write testable docstrings. #############################################################""") got.append(message)