Fix link to point to external documentation.

PiperOrigin-RevId: 285898531
Change-Id: I0404ae4a9759ca01042db4684bc2282062137418
This commit is contained in:
Brian Atkinson 2019-12-16 19:29:15 -08:00 committed by TensorFlower Gardener
parent 2a7c103ffe
commit 3dc81a18da

View File

@ -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)